update docs

This commit is contained in:
liamcottle
2024-04-29 16:41:57 +12:00
parent 4f8d49f0bb
commit 190c5c0456

View File

@@ -10,7 +10,7 @@ A simple web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticul
## How does it work? ## How does it work?
- A python script (`web.py`) runs a Reticulum instance and a WebSocket server. - 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. - The web page sends and receives lxmf packets encoded in json via the WebSocket.
- Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination) - Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination)