justincpresley / ndn-python-storage

ndn-python-storage: With more NDN applications needing to store packets, this lightweight library provides API for simple storage solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ndn-python-storage

This python library provides different storage APIs for Named Data Networking (NDN) applications. At first, it was thought that only ndn-python-repo would need such API; but with the ever-growing NDN applications such as variations of NDN repositories (repo, nr-archway, hydra, etc), NDN sync protocols (svs, psync, etc), and more; it is imperative that an API is provided.

The Named Data Networking Storage Library is implemented using and simply adds to python-ndn, nicknamed ndn-python-storage obtained by the pip library ndn-storage.

The implementation is on our github-repo.

There is no documentation at this moment. However, as more storage solutions are added, a documentation will be formed.

To install, please use the pip library ndn-storage. To import, use ndn.storage like you would with ndn.encoding.

About

ndn-python-storage: With more NDN applications needing to store packets, this lightweight library provides API for simple storage solutions.

License:Apache License 2.0


Languages

Language:Python 100.0%