pull/4/head
Mark Qvist 2018-04-04 14:22:30 +02:00
rodzic 0196c94672
commit fee7d82a99
2 zmienionych plików z 16 dodań i 3 usunięć

3
README
Wyświetl plik

@ -1,3 +0,0 @@
Dependencies:
- cryptography.io
- pyserial 3.1

16
README.md 100755
Wyświetl plik

@ -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