Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Go to file
Jeff Becker 589edf08f0
add emacs dir-locals
2018-05-21 10:52:30 -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 add clang format but don't format YET 2018-05-21 10:28:15 -04:00
llarp add clang format but don't format YET 2018-05-21 10:28:15 -04:00
test format 2018-04-30 12:14:20 -04:00
.clang-format add clang format but don't format YET 2018-05-21 10:28:15 -04:00
.dir-locals.el add emacs dir-locals 2018-05-21 10:52:30 -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 fix format target 2018-05-21 10:31:52 -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