This repository was archived by the owner on May 29, 2026. It is now read-only.
v1.8.0
🤩 Special thanks to de@n for beta testing! 🤩
New Features
- Add
--port/-Pflag to specify custom HTTP port - Add
--tls/-Tflag to use HTTPS instead of HTTP - Add
--insecure/-kflag to accept self-signed SSL certificates - Support connecting to meshtasticd HTTP API (port 8080 with HTTPS)
Changes
- Default port remains 4403 (original behavior preserved)
- Self-signed certificates are automatically accepted for localhost connections
- Updated README with examples for meshtasticd connections
Usage Examples
# Connect to a Meshtastic device (default)
meshtastic-cli 192.168.0.123
# Connect to meshtasticd HTTP API
meshtastic-cli 127.0.0.1 --port 8080 --tls --insecureFull Changelog: v1.7.1...v1.8.0