1
1
Fork 0
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.
Go to file
2018-05-24 09:03:11 -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 fix leaks 2018-05-22 15:19:06 -04:00
doc it does stuff :DDDDDDDD 2018-05-23 16:37:43 -04:00
include it does stuff :DDDDDDDD 2018-05-23 16:37:43 -04:00
llarp fix with gcc and use default c++ compiler 2018-05-24 09:03:11 -04:00
test format 2018-04-30 12:14:20 -04:00
.clang-format update clang format 2018-05-21 12:01:31 -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 Merge remote-tracking branch 'ryan/master' 2018-05-22 14:41:38 -04:00
daemon.ini it does stuff :DDDDDDDD 2018-05-23 16:37:43 -04:00
LICENSE zlib 2018-04-04 09:53:12 -04:00
Makefile fix with gcc and use default c++ compiler 2018-05-24 09:03:11 -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