lokinet/readme.md
2018-10-25 13:19:53 -04:00

949 B

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:

  • GNU Make
  • CMake
  • C++ 17 capable C++ compiler
  • rapidjson

To build:

$ sudo apt install build-essential cmake git libcap-dev wget rapidjson-dev
$ git clone https://github.com/loki-project/loki-network
$ cd loki-network
$ make -j8
$ sudo make install

Running

DO NOT RUN AS ROOT, run as normal user.

$ lokinet -g
$ lokinet-bootstrap
$ lokinet

Usage

see the documentation on how to get started.