Skip to content

anischali/lite-p2p

Repository files navigation

**Encryption speeds (in term of encryption + decryption time, loop max for both encryption and decryption is 1000) **

Encryption speeds "image ploted with chat gpt"

TODO:

  1. Implement kademlia listen agent.
  2. Implement kademlia keep alive agent.
  3. Implement store peer info dht.

Compile:

mkdir build && cd build
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
make

Compile with a buildenv:

mkdir build && cd build
. ../buildenv/<env-file>.env
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
make

About

a lite p2p library to use with p2p connections

Resources

License

Stars

Watchers

Forks

Packages

No packages published