Actions
  Tools » History » Revision 1
    Revision 1/7
      | Next »
    
    Weiqi Shi, 08/20/2014 10:44 AM 
    
    
Tools¶
repo tools use the command line to instruct different behavior of repo.
ndnputfile¶
This tool is used to insert data into repo.
$ndnputfile <command> repo-prefix  ndn-name  filename
Here is a list of commands supported so far:
 $ndnputfile -h
      -u: unversioned: do not add a version component
      -s: single: do not add version or segment component, implies -u
      -D: use DigestSha256 signing method instead of SignatureSha256WithRsa
      -i: specify identity used for signing Data
      -I: specify identity used for signing commands
      -x: FreshnessPeriod in milliseconds
      -l: InterestLifetime in milliseconds for each command
      -w: timeout in milliseconds for whole process (default unlimited)
      -v: be verbose
Updated by Weiqi Shi about 11 years ago · 7 revisions