commit | 32ccfc4d1d4db648763bf96ffdf8ac87f0bc3f50 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Jan 09 21:26:22 2022 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Jan 09 21:26:22 2022 +0000 |
tree | 9b1b70b64913bfcc7760b89750705674b9351c41 | |
parent | e51936f8c676f1f7238143aa3383c94233c6d8f9 [diff] |
**breaking** use Name TLV-VALUE as input to murmurHash3 Previously the library was using Name URI string, which is not guaranteed to be stable and unique. refs #4838 Change-Id: Ic5e29f11f1320f95a754fb5def03faeb4d89cc01
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.
To build PSync from source:
./waf configure ./waf sudo ./waf install
To build on memory constrained platform, please use ./waf -j1
instead of ./waf
. The command will disable parallel compilation.
If configured with tests (./waf configure --with-tests
), the above commands will also generate unit tests that can be run with ./build/unit-tests
.
Please submit any bug reports or feature requests to the PSync issue tracker.
We greatly appreciate contributions to the PSync code base, provided that they are licensed under the LGPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.
PSync is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.