update readme

This commit is contained in:
liamcottle
2024-05-04 21:59:33 +12:00
parent 1ef1f43605
commit 48e380a6bb

View File

@@ -32,6 +32,7 @@ A simple open-source web based [LXMF](https://github.com/markqvist/lxmf) client
- A python script ([web.py](./web.py)) runs a Reticulum instance and a WebSocket server.
- The web page sends and receives LXMF packets encoded in json via the WebSocket.
- Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination)
- LXMF messages sent and received are saved to a local SQLite database.
## How to use it?