Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Go to file
2018-05-20 09:43:42 -04:00
.vscode more 2018-05-10 19:32:46 -04:00
cmake start moving to cmake 2018-05-16 09:56:51 -04:00
daemon add initial iwp async crypto for intro 2018-05-18 16:08:57 -04:00
doc update docs and make it compile 2018-05-20 09:43:42 -04:00
include update docs and make it compile 2018-05-20 09:43:42 -04:00
llarp update docs and make it compile 2018-05-20 09:43:42 -04:00
test format 2018-04-30 12:14:20 -04:00
.gitignore add makefile back but using cmake/ninja 2018-05-16 11:57:16 -04:00
CMakeLists.txt refactor iwp, get rid of dtls 2018-05-18 10:40:06 -04:00
daemon.ini more 2018-05-18 10:48:30 -04:00
LICENSE zlib 2018-04-04 09:53:12 -04:00
Makefile more meat 2018-05-16 12:41:20 -04:00
readme.md update readme 2018-05-20 08:49:38 -04:00

LLARP

Low Latency Anon Routing Protocol

We'll be ready when we're ready.

what/why how

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