Lokinet soft Reveal

Moving LLARP under the Loki banner
pull/1/head
KeeJef 6 years ago committed by GitHub
parent 9723a11195
commit 13f13bd706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,31 +1,23 @@
# LLARP
# LokiNet
Low Latency Anon Routing Protocol
We'll be ready when we're ready.
[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)
[how](doc/proto_v0.txt)
Lokinet is a private, decentralized and Sybil resistant overlay network for the internet, it uses a new routing protocol called LLARP (Low latency anonymous routing protocol)
You can learn more about the high level design of LLARP [here](doc/high-level.txt)
And you can read the LLARP protocol specification [here](doc/proto_v0.txt)
## Building
You have 2 ways the build this project
### The recommended way (for stable builds)
### Recommended Method (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)
### Development build method
Please note development builds are likely to be unstable
Build requirements:
@ -38,16 +30,16 @@ Build requirements:
Building a debug build:
$ make
## Running
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:
If you built using the recommended way just run:
$ ./llarpd
It'll attempt to connect to a test node I run and keep the session alive.
That's it.

Loading…
Cancel
Save