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 39b1714f27
add minimal logger
move some printf to use logger

remove warnings from bencode.h
6 years ago
.vscode more 6 years ago
cmake start moving to cmake 6 years ago
daemon handle inter node messages 6 years ago
doc more protocol changes to make it saner. 6 years ago
include add minimal logger 6 years ago
llarp add minimal logger 6 years ago
test format 6 years ago
.clang-format update clang format 6 years ago
.dir-locals.el add emacs dir-locals 6 years ago
.gitignore add makefile back but using cmake/ninja 6 years ago
CMakeLists.txt add minimal logger 6 years ago
LICENSE zlib 6 years ago
Makefile fix with gcc and use default c++ compiler 6 years ago
daemon.ini it does stuff :DDDDDDDD 6 years ago
readme.md update readme 6 years ago

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