Plexanet is a private, decentralized and pseudospoofing resistant overlay network for the internet. Plexanet uses a new routing protocol called UDAP (uPlexa Decentralized Application Protocol) based off of LLARP (Low Latency Anonymous Routing Protocol)
You may learn about the high level design of UDAP here And you can read the UDAP protocol specification here
Please note development builds are likely to be unstable
Build requirements:
- CMake
- ninja
- libsodium >= 1.0.14
- C++ 11 capable C++ compiler
Building a debug build:
$ make
You must configure the daemon yourself (for now)