Added Pipe Interface

This commit is contained in:
Mark Qvist
2022-05-14 20:19:46 +02:00
parent b35f86643a
commit e825b0b8ff
4 changed files with 222 additions and 4 deletions
+3 -1
View File
@@ -91,14 +91,16 @@ Currently, the following interfaces are supported:
- Any device with a serial port
- TCP over IP networks
- UDP over IP networks
- External programs via stdio or pipes
- Custom hardware via stdio or pipes
## Development Roadmap
- Version 0.3.6
- Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners
- Version 0.3.7
- 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)
- Version 0.3.7
- More interface types for even broader compatibility
- Plain ESP32 devices (ESP-Now, WiFi, Bluetooth, etc.)
- More LoRa transceivers