This package is part of NDNts, Named Data Networking libraries for the modern web.
This package allows inserting and deleting Data in ndn-python-repo.
PyRepoClient type is a client for ndn-python-repo protocol.
PyRepoStore type implements a subset of DataStore interfaces defined in @ndn/repo-api package.
This implementation is compatible with ndn-python-repo version 0.2a5.
To install this version, run:
constrepoPrefix = process.env.DEMO_PYREPO_PREFIX; if (!repoPrefix) { console.log(` To run @ndn/repo-external demo, set the following environment variables: DEMO_PYREPO_PREFIX= command prefix of ndn-python-repo `); process.exit(0); } constdataPrefix = newName(`/NDNts-repo-external/${Math.trunc(Math.random() *1e8)}`);
@ndn/repo-external
This package is part of NDNts, Named Data Networking libraries for the modern web.
This package allows inserting and deleting Data in ndn-python-repo.
PyRepoClient
type is a client for ndn-python-repo protocol.PyRepoStore
type implements a subset ofDataStore
interfaces defined in@ndn/repo-api
package.This implementation is compatible with ndn-python-repo version 0.2a5. To install this version, run: