Skip to content

Commit 44d8db0

Browse files
committed
Updated readme
1 parent be89b12 commit 44d8db0

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,20 @@ For more info, see [reticulum.network](https://reticulum.network/) and [the FAQ
7878
- Low cost of keeping links open at only 0.44 bits per second
7979
- Reliable sequential delivery with Channel and Buffer mechanisms
8080

81-
## Roadmap
82-
While Reticulum is already a fully featured and functional networking stack,
83-
many improvements and additions are actively being worked on, and planned for the future.
81+
## Reference Implementation
82+
83+
The Python code in this repository is the Reference Implementation of Reticulum.
84+
The Reticulum Protocol is defined entirely and authoritatively by this reference
85+
implementation, and its associated manual. It is maintained by Mark Qvist,
86+
identified by the Reticulum Identity `<bc7291552be7a58f361522990465165c>`.
87+
88+
Compatibility with the Reticulum Protocol is defined as having full interoperability,
89+
and sufficient functional parity with this reference implementation. Any specific protocol
90+
implementation that achieves this is Reticulum. Any that does not is not Reticulum.
8491

85-
To learn more about the direction and future of Reticulum, please see the [Development Roadmap](./Roadmap.md).
92+
The reference implementation is licensed under the Reticulum License.
93+
94+
The Reticulum Protocol was dedicated to the Public Domain in 2016.
8695

8796
## Examples of Reticulum Applications
8897
If you want to quickly get an idea of what Reticulum can do, take a look at the
@@ -219,21 +228,6 @@ All core protocol features are implemented and functioning, but additions will
219228
probably occur as real-world use is explored and understood. The API and wire-format
220229
can be considered stable.
221230

222-
## Reference Implementation
223-
224-
The Python code in this repository is the Reference Implementation of Reticulum.
225-
The Reticulum Protocol is defined entirely and authoritatively by this reference
226-
implementation, and its associated manual. It is maintained by Mark Qvist,
227-
identified by the Reticulum Identity `<bc7291552be7a58f361522990465165c>`.
228-
229-
Compatibility with the Reticulum Protocol is defined as having full interoperability,
230-
and sufficient functional parity with this reference implementation. Any specific protocol
231-
implementation that achieves this is Reticulum. Any that does not is not Reticulum.
232-
233-
The reference implementation is licensed under the Reticulum License.
234-
235-
The Reticulum Protocol was dedicated to the Public Domain in 2016.
236-
237231
## Dependencies
238232
The installation of the default `rns` package requires the dependencies listed
239233
below. Almost all systems and distributions have readily available packages for

0 commit comments

Comments
 (0)