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 e695906c0c
make timer work
6 years ago
.vscode more 6 years ago
cmake start moving to cmake 6 years ago
daemon make timer work 6 years ago
doc update iwp 6 years ago
include more meat for iwp 6 years ago
llarp make timer work 6 years ago
test format 6 years ago
.gitignore add makefile back but using cmake/ninja 6 years ago
CMakeLists.txt refactor iwp, get rid of dtls 6 years ago
LICENSE zlib 6 years ago
Makefile more meat 6 years ago
daemon.ini more 6 years ago
readme.md add makefile back but using cmake/ninja 6 years ago

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