Skip to content

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

License

Notifications You must be signed in to change notification settings

justincpresley/ndn-python-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.