ndn-sync is a Go library implementing Named Data Networking (NDN) Distributed Dataset Synchronization 'Sync' Protocols that can be used to write various real-time NDN Applications.
The goal of 'Sync' is to inform others about updates in a dataset and/or to learn about newly published data, effectively synchronizing data in a group. ndn-sync welcomes both newcomers and experts of NDN.
ndn-sync is implemented using the NDN library go-ndn.
ndn-sync contains two main branches with their differences described below:
Before you utilize ndn-sync or try any of its examples, please ensure that you have the necessary prerequisites. It will take but a few minutes!
ndn-sync is a library containing multiple modules (different Syncs), each with individual functionality and use.
It is highly recommended that you check out the examples. Sometimes, seeing the Syncs in action can give you ideas and help you in understanding what the Syncs provide.
There are many Syncs!
Ones that are being used in applications, others that are currently experiments, and some that have yet to be discovered. ndn-sync gladly accepts any kind of Sync protocol with a slight bias towards new and/or stable Syncs.
This Sync Survey describes many of the Syncs that are currently known and their unique differences. It is a recommended read.
ndn-sync has the following Syncs implemented:
svs
- StateVectorSync: Details | API Documentation | ExamplesThe most effortless way you can contribute to ndn-sync is to simply have discussions surrounding ndn-sync.
In addition, ndn-sync has more practical ways to get involved: Issues and Pull Requests.
ndn-sync is an open source project licensed under ISC. See LICENSE.md for more information.