NDNts
    Preparing search index...

    Module @ndn/repo-cli

    @ndn/repo-cli

    This package is part of NDNts, Named Data Networking libraries for the modern web.

    ndnts-repo is a command line utility to run and benchmark @ndn/repo and other repo implementations.

    # with NFD running, start the repo server
    ndnts-repo server --store=/tmp/repo --rdr=true
    # with repo server running, fill Data via bulk insertion
    ndnts-repo fillbi --prefix=/repodemo --start=0 --count=32768

    # retrieve one Data packet
    ndnpeek /repodemo/seq=$RANDOM | ndn-dissect

    Variables

    COMMAND