commit | bb55addec09a1039d6f4de2e580b71968c3bd513 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Feb 09 15:12:35 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 10 13:50:23 2021 -0500 |
tree | 530a59f2b61ded81e75ce8e7607640088055ab59 | |
parent | eeca59e0c3ade22c61e01a546194a5f776781abf [diff] |
ci: compile-check installed headers Script copied from ndn-cxx with minor modifications Change-Id: Ib2e82e97161078d653f965c769de149cc28c60dd
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.