Updated readme

This commit is contained in:
Mark Qvist 2022-06-11 15:03:14 +02:00
parent d39c1893e7
commit 214ee9d771

View File

@ -126,6 +126,7 @@ Reticulum should currently be considered beta software. All core protocol featur
- Performance optimisations
- Memory optimisations
- Planned, but not yet scheduled
- Network-wide path balancing
- Globally routable multicast
- Bindings for other programming languages
- A portable Reticulum implementation in C, see [#21](https://github.com/markqvist/Reticulum/discussions/21)
@ -229,7 +230,7 @@ If you want to use the internal pure-python primitives, it is **highly advisable
Reticulum is relatively young software, and should be considered as such. While it has been built with cryptography best-practices very foremost in mind, it _has not_ been externally security audited, and there could very well be privacy or security breaking bugs. If you want to help out, or help sponsor an audit, please do get in touch.
## Acknowledgements & Credits
Reticulum can only exist because of the mountain of Open Source work it was built on top of, the contributions of everyone involved, and everyone that has supported the project through the years.
Reticulum can only exist because of the mountain of Open Source work it was built on top of, the contributions of everyone involved, and everyone that has supported the project through the years. To everyone who helped me, thank you so much.
A number of other modules and projects are either part of, or used by Reticulum. Sincere thanks to the authors and contributors of the following projects:
@ -243,5 +244,3 @@ A number of other modules and projects are either part of, or used by Reticulum.
- [Six](https://github.com/benjaminp/six) by [Benjamin Peterson](https://github.com/benjaminp), *MIT License*
- [Umsgpack.py](https://github.com/vsergeev/u-msgpack-python) by [Ivan A. Sergeev](https://github.com/vsergeev)
- [Python](https://www.python.org)
To everyone who helped me, thank you so much.