d14b04cc0c8bd8e1305e333e418aa0b9346c05a6
Reticulum WebChat
A simple web based LXMF client for Reticulum.
Features
- Supports sending to and receiving messages from Sideband and Nomadnet.
- Supports receiving images sent from Sideband.
- Supports receiving file attachments sent from Sideband.
How does it work?
- A python script (
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)