Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Go to file
Jeff Becker 191cc30026
correction
2018-05-20 14:58:26 -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 correction 2018-05-20 14:58:26 -04:00
doc make it nicer 2018-05-20 11:35:59 -04:00
include named threadpool 2018-05-20 14:56:34 -04:00
llarp named threadpool 2018-05-20 14:56:34 -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 start fixing up main 2018-05-20 12:15:16 -04:00
LICENSE zlib 2018-04-04 09:53:12 -04:00
Makefile more meat 2018-05-16 12:41:20 -04:00
daemon.ini named threadpool 2018-05-20 14:56:34 -04:00
readme.md update readme 2018-05-20 08:49:38 -04:00

readme.md

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