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 a34ea1e3a8
update readme and include bootstrap script
6 years ago
.github add contributing template 6 years ago
.vscode remove the rest of gcc compiler warnings 6 years ago
android add more stuff from builder repo 6 years ago
client initial admin api infra 6 years ago
contrib rip ms c++ 6 years ago
crypto bundle relevent libsodium parts 6 years ago
daemon ipv4 bogon checking 6 years ago
debian add more stuff from builder repo 6 years ago
docs move 6 years ago
include fix dht bug, probably, re-enable loopback testnet functionality 6 years ago
jni ensure config 6 years ago
libabyss bundle relevent libsodium parts 6 years ago
libutp fix windows build 6 years ago
llarp bundle relevent libsodium parts 6 years ago
test TunEndpoint::ObtainAddrForIP(), identity tun range better, actually return revdns for tunmapaddrs, make in-addr.arpa matching smarter, actually send 404s, additional unit test 6 years ago
vendor separate read and write event ports to avoid overwriting queue events 6 years ago
.clang-format more netns code 6 years ago
.dir-locals.el add emacs dir-locals 6 years ago
.gitignore ignore daemon.ini 6 years ago
.gitlab-ci.yml update ci config 6 years ago
CMakeLists.txt add more stuff from builder repo 6 years ago
CODE_OF_CONDUCT.md add file to check a github checkbox 6 years ago
LICENSE place protocol spec into public domain with CC0 6 years ago
Makefile bundle relevent libsodium parts 6 years ago
doc place protocol spec into public domain with CC0 6 years ago
lokinet-bootstrap update readme and include bootstrap script 6 years ago
motto.txt bundle relevent libsodium parts 6 years ago
readme.md update readme and include bootstrap script 6 years ago

readme.md

LokiNet

LokiNet is the reference implementation of LLARP (low latency anonymous routing protocol), a layer 3 onion routing protocol.

You can learn more about the high level design of LLARP here

And you can read the LLARP protocol specification here

build status

Building

Build requirements:

Running

$ ./lokinet-bootstrap
$ ./lokinet

Usage

see the documentation on how to get started.