Commit Graph

7 Commits

Author SHA1 Message Date
Knud Schrøder
ab6f49cc8d Update README.md 2025-10-31 09:04:16 +01:00
Knud Schrøder
091f59f85d Add fun message to README 2025-10-31 09:03:34 +01:00
Knud Schrøder
2f13f79905 Add image to README for Meshtastic devices 2025-10-31 09:02:50 +01:00
Knud Schrøder
2200f357bc Add files via upload
Meshtastic.png file for the Meshtastic Client and also later for the compiled exe file.
2025-10-31 08:58:05 +01:00
Knud Schrøder
9ea5b46a2c Add files via upload
**Added multi-interface support (TCP, USB, Bluetooth)**
This update extends the Meshtastic client with full connectivity options:

* **TCPInterface** for network connections (default)
* **SerialInterface** for USB or serial devices (auto-detect supported)
* **BLEInterface** for Bluetooth Low Energy devices (via `bleak`)

Users can now choose their preferred connection type directly from the **Connection** menu.
Requires: `pip install meshtastic bleak pyserial`
2025-10-31 08:55:59 +01:00
Knud Schrøder
325abea443 Revise README for Meshtastic Client details
Expanded project description and added features list.
2025-10-31 08:48:14 +01:00
Knud Schrøder
a0250e97c8 Initial commit 2025-10-31 08:45:39 +01:00