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

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