1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/readme.md
2018-10-23 07:54:04 -04:00

836 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

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.