mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
decentralizeddecentralized-internetdhtipv4-networkipv4-supportlokinetonion-routingoverlay-networkvpn
.github | ||
.vscode | ||
android | ||
client | ||
contrib | ||
crypto | ||
daemon | ||
debian | ||
docs | ||
include | ||
jni | ||
libabyss | ||
libutp | ||
llarp | ||
test | ||
vendor | ||
.clang-format | ||
.dir-locals.el | ||
.gitignore | ||
.gitlab-ci.yml | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
doc | ||
LICENSE | ||
lokinet-bootstrap | ||
Makefile | ||
motto.txt | ||
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
Building
Build requirements:
- GNU Make
- CMake
- C++ 17 capable C++ compiler
To build:
$ sudo apt install build-essential cmake git libcap-dev
$ git clone https://github.com/loki-project/loki-network
$ cd loki-network
$ make -j8
Running
$ ./lokinet-bootstrap
$ ./lokinet
Usage
see the documentation on how to get started.