mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
update docs
This commit is contained in:
parent
d14b04cc0c
commit
b09ef88b3c
1 changed files with 9 additions and 0 deletions
|
|
@ -14,4 +14,13 @@ A simple web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticul
|
|||
- The web page sends and receives lxmf packets encoded in json via the WebSocket.
|
||||
- Web Browser -> WebSocket -> Python Reticulum -> (configured interfaces) -> (destination)
|
||||
|
||||
## How to use it?
|
||||
|
||||
You will need to clone the repo, and run `web.py`.
|
||||
|
||||
```
|
||||
git clone https://github.com/liamcottle/reticulum-webchat
|
||||
cd reticulum-webchat
|
||||
python web.py
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue