From fee7d82a99b700b0ee728038fdf047b6c769ad31 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 4 Apr 2018 14:22:30 +0200 Subject: [PATCH] Updated readme --- README | 3 --- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) delete mode 100755 README create mode 100755 README.md diff --git a/README b/README deleted file mode 100755 index 7f5ace9..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -Dependencies: - - cryptography.io - - pyserial 3.1 diff --git a/README.md b/README.md new file mode 100755 index 0000000..ccc696e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Reticulum Network Stack α +========== + +Reticulum is a cryptography-based networking stack for low-bandwidth, high-latency, wide-area networks built on cheap and readily available hardware. Reticulum allows you to build very wide-area networks with cheap off-the-shelf tools, and offers end-to-end encryption, cryptographically backed multi-hop transport, efficient addressing, resource caching, unforgeable packet acknowledgements and much more. + +Reticulum is a complete networking stack, and does not use IP or higher layers, although it can be easily tunnelled through conventional IP networks. This frees up a lot of overhead, that has been utilised to implement a networking stack built directly on cryptographic principles, allowing resilience and stable functionality in open and trustless networks. + +For more info, see [unsigned.io/projects/reticulum](http://unsigned.io/projects/reticulum/) + +## Current Status +Reticulum is currently in pre-alpha state. Even the master branch should be considered experimental. At this point the protocol may change without notice, and is made publicly available for development collaboration, previewing and testing features. Do not build anything serious with Reticulum yet. Stable alpha release will be at the end of May 2018. + +## Dependencies: + - cryptography.io + - pyserial 3.1 +