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

32 lines
478 B
Markdown

6 years ago
# LLARP
6 years ago
Low Latency Anon Routing Protocol
**THIS IS A TOY DO NOT USE UNTIL IT'S NOT A TOY**
6 years ago
This project is "secret" don't tell anyone about it yet. :x
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:
* GNU Make
* pkg-config
* libsodium >= 1.0.14
* c++ 17 capable C++ compiler
* c99 compliant C compiler
6 years ago
Building:
6 years ago
$ mkdir build
$ cd build
$ cmake ..
6 years ago
$ make
Running:
$ ./llarpd daemon.ini