PSync library

Clone this repo:
  1. dcb0bb8 Reorganize license files by Davide Pesavento · 4 weeks ago master
  2. 6a562f0 build: change the fallback version suffix to `+git.{sha}` by Davide Pesavento · 4 weeks ago
  3. d83af52 Replace FullSync algorithm and fix bugs to lower delay and overhead by Ashlesh Gawande · 10 months ago
  4. 8c7c228 build: update sphinx tool by Davide Pesavento · 9 weeks ago
  5. 9fa6f8d build: update waf to version 2.0.27 by Davide Pesavento · 10 weeks ago

PSync: Partial and Full Synchronization Library for NDN

Latest version Language CI Docs

The PSync library implements the PSync protocol. It uses Invertible Bloom Lookup Table (IBLT), also known as Invertible Bloom Filter (IBF), to represent the state of a producer in partial sync mode and the state of a node in full sync mode. An IBF is a compact data structure where difference of two IBFs can be computed efficiently. In partial sync, PSync uses a Bloom Filter to represent the subscription list of the consumer.

PSync uses the ndn-cxx library.

Installation

Prerequisites

Build

To build PSync from source:

./waf configure
./waf
sudo ./waf install

To build on memory constrained systems, please use ./waf -j1 instead of ./waf. This will disable parallel compilation.

If configured with tests (./waf configure --with-tests), the above commands will also build a suite of unit tests that can be run with ./build/unit-tests.

Reporting bugs

Please submit any bug reports or feature requests to the PSync issue tracker.

Contributing

Contributions to PSync are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide to get started.

License

PSync is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md and COPYING.lesser for details.

PSync contains third-party software, licensed under the following licenses: