From f22184c166cde2543a5629a29c5a3fb688e45012 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sun, 19 Apr 2026 23:40:23 -0700 Subject: [PATCH] Update README.md to be more clear about core purpose --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 703fe11..b984f5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RemoteTerm for MeshCore -Backend server + browser interface for MeshCore mesh radio networks. Connect your radio over Serial, TCP, or BLE, and then you can: +Backend server + browser interface for MeshCore mesh radio networks, providing a rich, web-based power-user management and messaging system through a companion radio. + +Connect your radio over Serial, TCP, or BLE, and then you can: * Send and receive DMs and channel messages * Cache all received packets, decrypting as you gain keys @@ -8,8 +10,8 @@ Backend server + browser interface for MeshCore mesh radio networks. Connect you * Monitor unlimited contacts and channels (radio limits don't apply -- packets are decrypted server-side) * Access your radio remotely over your network or VPN * Search for hashtag channel names for channels you don't have keys for yet -* Forward packets to MQTT, LetsMesh, MeshRank, SQS, Apprise, etc. -* Use the more recent 1.14 firmwares which support multibyte pathing +* Forward packets, messages, and automatic repeater telemetry to MQTT, Home Assistant, LetsMesh, MeshRank, SQS, Apprise, etc. +* Use the more recent 1.14+ firmwares which support multibyte pathing * Visualize the mesh as a map or node set, view repeater stats, and more! For advanced setup and troubleshooting see [README_ADVANCED.md](README_ADVANCED.md). If you plan to contribute, read [CONTRIBUTING.md](CONTRIBUTING.md).