This library is an experimental library and does not implemented yet.
A true peer to peer library for every where even behind firewall and NAT using idea of full nodes with IP, full nodes without IP, routers, and trackers which can be incentivise them for their help to secure the network based on how much they help the system.
mkdir -p build
cd build
cmake ../
make
For each tests in test/ directory an executable file is generated and can be run in build/ directory. For example
cd build
./testp2p
bash clean.sh