From 77aa5c4699df4ff3863b899cb3eceef88b3a1d09 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 7 Mar 2020 23:08:15 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b8572..a71763d 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Reticulum can also be tunneled over existing IP networks, so there's nothing sto As an example, it's possible to set up a Raspberry Pi connected to both a LoRa radio, a packet radio TNC and your home WiFi. Once the interfaces are configured, Reticulum will take care of the rest, and any device on your home WiFi can communicate with nodes on the LoRa and packet radio sides of the network. ## Current Status -Reticulum is in an early experimental state. Most features are implemented and working, but at this point the protocol may still change significantly, and is made publicly available for development collaboration, previewing and testing features. +Consider Reticulum experimental at this stage. Most features are implemented and working, but at this point the protocol may still change significantly, and is made publicly available for development collaboration, previewing and testing. An API- and wireformat-stable alpha release is coming in the near future. Until then expect things to change unexpectedly if something warrants it.