Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Go to file
Jason Rhinelander d909da2821 Add oxend to dependencies
We need oxend to be configured before a lokinet router can actually
start.
2021-01-15 17:08:28 -04:00
.github
android revive android build system (#1339) 2020-09-22 15:04:15 -04:00
cmake Merge pull request #1487 from jagerman/revert-uninstaller-subdir 2020-11-18 18:15:56 -04:00
contrib * make llarp.halt rpc call actually return a reply (#1488) 2020-11-20 12:37:30 -05:00
crypto fix install path for liblokinet-cryptography.so 2020-11-17 05:04:27 -05:00
daemon * make llarp.halt rpc call actually return a reply (#1488) 2020-11-20 12:37:30 -05:00
debian Add oxend to dependencies 2021-01-15 17:08:28 -04:00
docker DOWNLOAD_SODIUM in docker travis builds 2020-02-07 00:17:36 -04:00
docs update information in exit-setup.md (#1441) 2020-11-02 08:17:06 -05:00
external Update to lokimq 1.2.2 for segfault-at-shutdown fix 2020-11-17 19:22:19 -04:00
include revive android build system (#1339) 2020-09-22 15:04:15 -04:00
jni Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
llarp * make llarp.halt rpc call actually return a reply (#1488) 2020-11-20 12:37:30 -05:00
pybind add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
test add conf.d directory for config overrides (#1410) 2020-10-21 08:58:08 -04:00
vendor enable profiling on clients by default (#1421) 2020-10-27 17:34:09 -04:00
win32-setup move win32 lokimq patch 2020-08-10 13:51:48 -05:00
.clang-format Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
.clang-tidy
.dir-locals.el
.dockerignore
.drone.jsonnet Disable LTO on sid for now (#1472) 2020-11-13 09:00:04 -05:00
.gitattributes Don't ignore .exe, .png, .gif 2020-03-05 19:09:27 -04:00
.gitignore add entitlements 2020-11-17 19:22:19 -04:00
.gitmodules Begin peer stats infrastructure 2020-07-02 10:12:11 -06:00
CMakeLists.txt Version bump (#1483) 2020-11-18 06:08:56 -05:00
CMakeSettings.json
CONTRIBUTING_es.md
CONTRIBUTING.md
CROSSCOMPILE.md move old stuff down a notch (#1377) 2020-10-07 20:09:47 -04:00
LICENSE.txt update license preamble 2020-05-17 11:27:41 -04:00
lokinet-bootstrap Fix for macos's decrepit old bash 3.x 2019-12-29 21:12:54 -04:00
lokinet-bootstrap.ps1 update lokinet-bootstrap 2020-04-21 16:11:39 -03:00
lokinet-docker.ini
module.modulemap
readme_es.md update readme build info 2020-10-02 06:16:01 -04:00
readme_ru.md Adding Russian translation (#1447) 2020-11-03 09:11:18 -05:00
readme.md Adding Russian translation (#1447) 2020-11-03 09:11:18 -05:00
release_es.md
release_ru.md Adding Russian translation (#1447) 2020-11-03 09:11:18 -05:00
release.md
run-lokinet.bat
testnet_readme.md

Lokinet

Español Русский

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

You can view documentation on how to get started here .

Build Status

Usage

See the documentation on how to get started.

Also read the Public Testing Guide for installation and other helpful information.

Create default config

to configure as client:

$ lokinet -g
$ lokinet-bootstrap

to configure as relay:

$ lokinet -r -g
$ lokinet-bootstrap

Running on Linux

DO NOT RUN AS ROOT, run as normal user. This requires the binary to have the proper setcaps set by make install on the binary.

to run, after you create default config:

$ lokinet

Running on MacOS/UNIX/BSD

YOU HAVE TO RUN AS ROOT, run using sudo. Elevated privileges are needed to create the virtual tunnel interface.

The MacOS installer places the normal binaries (lokinet and lokinet-bootstrap) in /usr/local/bin which should be in your path, so you can easily use the binaries from your terminal. The installer also nukes your previous config and keys and sets up a fresh config and downloads the latest bootstrap seed.

to run, after you create default config:

$ sudo lokinet

Running on Windows

DO NOT RUN AS ELEVATED USER, run as normal user.

Building

Build requirements:

  • Git
  • CMake
  • C++ 17 capable C++ compiler
  • libuv >= 1.27.0
  • libsodium >= 1.0.18
  • libunbound
  • libzmq
  • sqlite3

Linux

build:

$ sudo apt install build-essential cmake git libcap-dev curl libuv1-dev libsodium-dev pkg-config
$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build
$ cd build
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
$ make -j$(nproc)

install:

$ sudo make install

MacOS

build: make sure you have cmake, libuv and xcode command line tools installed

$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build
$ cd build
$ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON
$ make -j$(nproc)

install:

$ sudo make install

Windows

windows builds are cross compiled from ubuntu linux

additional build requirements:

  • nsis
  • cpack

setup:

$ sudo apt install build-essential cmake git pkg-config mingw-w64 nsis

building:

$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build-windows
$ cd build-windows
$ cmake -DBUILD_STATIC_DEPS=ON -DNATIVE_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_PACKAGE=ON -DCMAKE_TOOLCHAIN_FILE='../contrib/cross/mingw64.cmake' -DWITH_TESTS=OFF -DCMAKE_CROSSCOMPILING=ON ..
$ cpack -D CPACK_MONOLITHIC_INSTALL=1 -G NSIS ..

Solaris 2.10+

NOTE: Oracle Solaris users need to download/compile the TAP driver from http://www.whiteboard.ne.jp/~admin2/tuntap/

The generated binaries may work on Solaris 2.10 or earlier, you're on your own. (Recommended: -static-libstdc++ -static-libgcc, and the TAP driver if not already installed on the target system.)

Building on a v2.10 or earlier system is unsupported, and may not even work; recent GCC releases have progressively dropped support for older system releases.

build:

$ sudo pkg install build-essential gcc8 wget tuntap cmake (optional: ninja ccache - from omnios extra) (OmniOS CE)
$ sudo pkg install base-developer-utilities developer-gnu developer-studio-utilities gcc-7 wget cmake (Oracle Solaris, see note)
$ sudo pkg install build-essential wget gcc-8 documentation/tuntap header-tun tun (optional: ninja ccache) (all other SunOS)
$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)

install:

$ sudo make install

FreeBSD

build:

$ pkg install cmake git curl libuv libsodium pkgconf libunbound
$ git clone --recursive https://github.com/loki-project/loki-network
$ cd loki-network
$ mkdir build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

install (root):

# make install