LoMeS/notes.md

20 lines
597 B
Markdown
Raw Normal View History

2025-10-06 17:34:21 +02:00
# Notes
2025-10-06 20:43:16 +02:00
## To Do
2025-10-06 20:01:19 +02:00
- [ ] create simple web interface with flask and nginx
- [ ] communicate with Meshtastic device via web interface
2025-10-06 20:43:16 +02:00
## 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)
2025-10-06 20:01:19 +02:00
2025-10-07 11:29:49 +02:00
[w3schools How to's](https://www.w3schools.com/howto/default.asp)
2025-10-06 20:43:16 +02:00
## Timeline
2025-10-06 20:49:10 +02:00
### Backend
- installed Debian 13 (Raspberry Pi OS lite)
- installed & configured nginx
- installed python3-meshtastic
### Frontend