mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
557 B
557 B
LLARP
Low Latency Anon Routing Protocol
We'll be ready when we're ready.
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