mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
24 lines
287 B
Markdown
24 lines
287 B
Markdown
# LLARP
|
|
|
|
Low Latency Anon Routing Protocol
|
|
|
|
[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
|