Metadata-Version: 2.1
Name: ndn-svs
Version: 0.3.15
Summary: The NDN State Vector Sync (SVS) Protocol in Python 3
Home-page: https://github.com/justincpresley/ndn-python-svs
Download-URL: https://pypi.python.org/pypi/ndn-svs
Author: Justin C Presley
Author-email: justincpresley@gmail.com
Maintainer: Justin C Presley
Maintainer-email: justincpresley@gmail.com
License: LGPL-2.1 License
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
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_ 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_.

.. _protocol: https://named-data.github.io/StateVectorSync
.. _python-ndn: https://github.com/named-data/python-ndn
.. _ndn-storage: https://github.com/justincpresley/ndn-python-storage
.. _ndn-svs: https://pypi.org/project/ndn-svs
.. _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


