mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
.vscode | ||
cmake | ||
daemon | ||
doc | ||
include | ||
llarp | ||
test | ||
.clang-format | ||
.dir-locals.el | ||
.gitignore | ||
CMakeLists.txt | ||
daemon.ini | ||
LICENSE | ||
Makefile | ||
readme.md |
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