Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jeff Becker ce8e5088c4
more meat for iwp
6 years ago
.vscode
cmake
daemon it binds 6 years ago
doc update iwp 6 years ago
include more meat for iwp 6 years ago
llarp more meat for iwp 6 years ago
test
.gitignore
CMakeLists.txt refactor iwp, get rid of dtls 6 years ago
LICENSE
Makefile
daemon.ini more 6 years ago
readme.md

readme.md

LLARP

Low Latency Anon Routing Protocol

THIS IS A TOY DO NOT USE UNTIL IT'S NOT A TOY

This project is "secret" don't tell anyone about it yet. :x

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