20 lines
No EOL
597 B
Markdown
20 lines
No EOL
597 B
Markdown
# Notes
|
|
## To Do
|
|
- [ ] create simple web interface with flask and nginx
|
|
- [ ] communicate with Meshtastic device via web interface
|
|
|
|
## Follow up
|
|
### Backend
|
|
[meshtastic-cli-receive-text](https://github.com/brad28b/meshtastic-cli-receive-text)
|
|
|
|
### Web app
|
|
[flask web app tutorial](https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3)
|
|
|
|
[w3schools How to's](https://www.w3schools.com/howto/default.asp)
|
|
|
|
## Timeline
|
|
### Backend
|
|
- installed Debian 13 (Raspberry Pi OS lite)
|
|
- installed & configured nginx
|
|
- installed python3-meshtastic
|
|
### Frontend |