Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

v1.8.0

Choose a tag to compare

@statico statico released this 15 Jan 06:30
· 74 commits to main since this release
897fad5

🤩 Special thanks to de@n for beta testing! 🤩

New Features

  • Add --port/-P flag to specify custom HTTP port
  • Add --tls/-T flag to use HTTPS instead of HTTP
  • Add --insecure/-k flag 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 --insecure

Full Changelog: v1.7.1...v1.8.0