You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
Reticulum Network Stack β
2
2
==========
3
3
4
-
***Please Know!** Reticulum is transitioning to 128-bit address space. The code currently in the master branch is incompatible with the latest release, version 0.3.8. The next release of Reticulum, version 0.3.9, will bring the released version up to compatibility with the source code in this repository. Reticulum version 0.3.9 will not be compatible with any prior releases. Please transition your systems accordingly. See [this post](https://github.com/markqvist/Reticulum/discussions/75) for more information.*
Reticulum is the cryptography-based networking stack for wide-area networks built on readily available hardware. It can operate even with very high latency and extremely low bandwidth. Reticulum allows you to build wide-area networks with off-the-shelf tools, and offers end-to-end encryption and connectivity, initiator anonymity, autoconfiguring cryptographically backed multi-hop transport, efficient addressing, unforgeable delivery acknowledgements and more.
@@ -114,12 +112,10 @@ Currently, the usable performance envelope is approximately 500 bits per second
114
112
Reticulum should currently be considered beta software. All core protocol features are implemented and functioning, but additions will probably occur as real-world use is explored. There will be bugs. The API and wire-format can be considered relatively stable at the moment, but could change if warranted.
115
113
116
114
## Development Roadmap
117
-
- Version 0.3.9
118
-
- Expansion of address space to 128 bits
119
-
- Performance and memory optimisations
120
-
- Utilities for managing identities, signing and encryption
121
115
- Version 0.4.0
122
116
- Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners
117
+
- Performance and memory optimisations
118
+
- Utilities for managing identities, signing and encryption
123
119
- User friendly interface configuration tool
124
120
- Support for radio and modem interfaces on Android
125
121
- More interface types for even broader compatibility
@@ -144,8 +140,6 @@ Reticulum should currently be considered beta software. All core protocol featur
144
140
- i²c
145
141
- Tor
146
142
147
-
148
-
149
143
## Dependencies
150
144
The installation of the default `rns` package requires the dependencies listed below. Almost all systems and distributions have readily available packages for these dependencies, and when the `rns` package is installed with `pip`, they will be downloaded and installed as well.
0 commit comments