mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
28 lines
399 B
Markdown
28 lines
399 B
Markdown
# LLARP
|
|
|
|
Low Latency Anon Routing Protocol
|
|
|
|
**THIS IS A TOY DO NOT USE UNTIL IT'S NOT A TOY**
|
|
|
|
This project is "secret" don't tell anyone about it yet. :x
|
|
|
|
[rfc](doc/proto_v0.txt)
|
|
|
|
## Reference Implementation
|
|
|
|
Build requirements:
|
|
|
|
* GNU Make
|
|
* pkg-config
|
|
* libsodium >= 1.0.14
|
|
* c++ 17 capable C++ compiler
|
|
* c99 compliant C compiler
|
|
|
|
Building:
|
|
|
|
$ make
|
|
|
|
Running:
|
|
|
|
$ ./llarpd daemon.ini
|