This python library implements the StateVectorSync (SVS) protocol to synchronise states between multiple clients over NDN for distributed realtime applications.
The Named Data Networking (NDN) StateVectorSync Protocol implementation using python-ndn and ndn-storage nicknamed
ndn-python-svs
obtained by the pip library ndn-svs.
The implementation is on our github-repo.
There are two branches:
- enhanced: main branch, specification with added enhancements (found in the docs)
- traditional: original StateVectorSync protocol specification
Please see our documentation.