Metadata-Version: 2.1
Name: ndn-svs
Version: 0.3.5
Summary: The NDN State Vector Sync (SVS) Protocol in Python 3
Home-page: https://github.com/justincpresley/ndn-python-svs
Author: Justin C Presley
Author-email: justincpresley@gmail.com
Maintainer: Justin C Presley
Maintainer-email: justincpresley@gmail.com
License: LGPL-2.1 License
Download-URL: https://pypi.python.org/pypi/ndn-svs
Project-URL: Bug Tracker, https://github.com/justincpresley/ndn-python-svs/issues
Project-URL: Source Code, https://github.com/justincpresley/ndn-python-svs
Keywords: NDN SVS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst

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_ nicknamed
``ndn-python-svs``

The implementation is on our github-repo_.

There are **two branches**:

* enhanced_: main branch, specification with added enhancements
* traditional_: original StateVectorSync protocol specification

Please see our documentation_.

.. _protocol: https://named-data.github.io/StateVectorSync/
.. _python-ndn: https://github.com/named-data/python-ndn
.. _documentation: https://ndn-python-svs.readthedocs.io
.. _github-repo: https://github.com/justincpresley/ndn-python-svs
.. _enhanced: https://github.com/justincpresley/ndn-python-svs/tree/enhanced
.. _traditional: https://github.com/justincpresley/ndn-python-svs/tree/traditional


