Updated roadmap

This commit is contained in:
Mark Qvist 2022-04-18 17:08:06 +02:00
parent 8d294df3bb
commit 425cf66cf7
1 changed files with 26 additions and 18 deletions

View File

@ -91,14 +91,17 @@ Currently, the following interfaces are supported:
- UDP over IP networks - UDP over IP networks
## Development Roadmap ## Development Roadmap
- Version 0.3.5
- Improved announce propagation and flexible scalability
- Physical layer segmentation & authentication, see [#23](https://github.com/markqvist/Reticulum/discussions/23) - Physical layer segmentation & authentication, see [#23](https://github.com/markqvist/Reticulum/discussions/23)
- Globally routable multicast
- GUI interface configuration tool
- Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners - Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners
- Version 0.3.6
- Support for radio and modem interfaces on Android
- GUI interface configuration tool
- Easy way to share interface configurations, see [#19](https://github.com/markqvist/Reticulum/discussions/19) - Easy way to share interface configurations, see [#19](https://github.com/markqvist/Reticulum/discussions/19)
- A portable Reticulum implementation in C, see [#21](https://github.com/markqvist/Reticulum/discussions/21) - Version 0.3.7
- More interface types for even broader compatibility - More interface types for even broader compatibility
- ESP32 devices (ESP-Now, Bluetooth, etc.) - Plain ESP32 devices (ESP-Now, WiFi, Bluetooth, etc.)
- More LoRa transceivers - More LoRa transceivers
- AT-compatible modems - AT-compatible modems
- IR Transceivers - IR Transceivers
@ -109,6 +112,11 @@ Currently, the following interfaces are supported:
- MQTT - MQTT
- SPI - SPI
- i²c - i²c
- Planned, but not yet scheduled
- Globally routable multicast
- A portable Reticulum implementation in C, see [#21](https://github.com/markqvist/Reticulum/discussions/21)
## Dependencies: ## Dependencies:
- Python 3.6 - Python 3.6