Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.12 KB

README.rst

File metadata and controls

25 lines (18 loc) · 1.12 KB

ndn-python-svs

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.