From 13f13bd706b041977e5fb6bdeea0faed7d1b50de Mon Sep 17 00:00:00 2001 From: KeeJef <27277414+KeeJef@users.noreply.github.com> Date: Sat, 16 Jun 2018 22:31:48 +1000 Subject: [PATCH] Lokinet soft Reveal Moving LLARP under the Loki banner --- readme.md | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/readme.md b/readme.md index 7c3e4506c..e5f2a38fc 100644 --- a/readme.md +++ b/readme.md @@ -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.