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
Jeff Becker c51d29a0c6
add link level keepalive
remove debugging messages

start handling more messages
2018-05-26 14:31:45 -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 handle inter node messages 2018-05-25 13:52:10 -04:00
doc more protocol changes to make it saner. 2018-05-24 12:04:34 -04:00
include add link level keepalive 2018-05-26 14:31:45 -04:00
llarp add link level keepalive 2018-05-26 14:31:45 -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 handle inter node messages 2018-05-25 13:52:10 -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