diff --git a/README.md b/README.md index f74e137..1b56112 100644 --- a/README.md +++ b/README.md @@ -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?