You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/readme.md

41 lines
557 B
Markdown

# LLARP
Low Latency Anon Routing Protocol
We'll be ready when we're ready.
[what/why](doc/high-level.txt)
[how](doc/proto_v0.txt)
## Reference Implementation
Build requirements:
* CMake / gmake / ninja
* libsodium >= 1.0.14
* c++ 17 capable C++ compiler
* c11 capable C compiler
Building:
$ make
Building in another directory:
$ mkdir build
$ cd build
$ cmake ..
$ make
Building really fast (requires ninja):
$ mkdir build
$ cd build
$ cmake -GNinja ..
$ ninja
Running:
$ ./llarpd daemon.ini