From 8634607d793993f82cc258a1341a9f421fd58c40 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 7 Mar 2020 23:05:03 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7270eb..120097c 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Reticulum is a cryptography-based networking stack for low-bandwidth, high-laten 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. +Reticulum runs completely in userland, and can run on practically any system that runs Python. + For more info, see [unsigned.io/projects/reticulum](http://unsigned.io/projects/reticulum/) ## What hardware does Reticulum work with? @@ -80,4 +82,4 @@ python Examples/Echo.py 3e12fc71692f8ec47bc5 python Examples/Filetransfer.py -h ``` -I'll add configuration examples for LoRa, packet radio and more in the near future. Until then, it should be possible to infer the config format quite easily from the classes in the Interfaces directory and the UDPInterface example created by default. \ No newline at end of file +I'll add configuration examples for LoRa, packet radio TNCs and more in the near future. Until then, it should be possible to infer the config format quite easily from the classes in the Interfaces directory and the UDPInterface example created by default. \ No newline at end of file