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.
lokinet/readme.md

55 lines
1.1 KiB
Markdown

6 years ago
# LLARP
6 years ago
Low Latency Anon Routing Protocol
6 years ago
We'll be ready when we're ready.
6 years ago
6 years ago
[who](https://github.com/majestrate)
[what + why](doc/high-level.txt)
[when](http://i0.kym-cdn.com/photos/images/original/000/117/021/enhanced-buzz-28895-1301694293-0.jpg)
[where](https://joedaeskimo.files.wordpress.com/2011/01/idklol.jpg)
6 years ago
[how](doc/proto_v0.txt)
7 years ago
6 years ago
## Building
You have 2 ways the build this project
### The recommended way (for stable builds)
$ git clone --recursive https://github.com/majestrate/llarpd-builder
$ cd llarpd-builder
$ make
### The "I want to risk ripping my fingernails off in frustration" way (for dev builds)
7 years ago
Build requirements:
6 years ago
* CMake
* ninja
7 years ago
* libsodium >= 1.0.14
* c++ 11 capable C++ compiler
6 years ago
6 years ago
Building a debug build:
6 years ago
$ make
6 years ago
6 years ago
## Running
6 years ago
Right now the reference daemon connects to nodes you tell it to and that's it.
If you built using the `recommended` way just run:
6 years ago
6 years ago
$ ./llarpd
6 years ago
6 years ago
It'll attempt to connect to a test node I run and keep the session alive.
That's it.
6 years ago
6 years ago
If you built using the dev build you are expected to configure the daemon yourself.