From e6fa9988541b7a8b9e0b332c8ef2c4c89ac94955 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 4 Jun 2026 09:57:43 +0800 Subject: [PATCH] up --- meshmap_frontend/index.html | 2 +- meshmap_frontend/src/components/HelpPage.vue | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/meshmap_frontend/index.html b/meshmap_frontend/index.html index fea1b0b..3bf317a 100644 --- a/meshmap_frontend/index.html +++ b/meshmap_frontend/index.html @@ -4,7 +4,7 @@ - meshmap_frontend + meshmap
diff --git a/meshmap_frontend/src/components/HelpPage.vue b/meshmap_frontend/src/components/HelpPage.vue index 0034f0d..2e3593e 100644 --- a/meshmap_frontend/src/components/HelpPage.vue +++ b/meshmap_frontend/src/components/HelpPage.vue @@ -11,11 +11,10 @@

连接地址

-

将 Meshtastic 设备或客户端连接到本服务提供的 MQTT broker。

+

将 Meshtastic 设备连接到本服务提供的 MQTT broker。

    -
  • 默认地址:localhost
  • +
  • 默认地址:mesh.gat-iot.com
  • 默认端口:1883
  • -
  • 如果部署在其他机器,请使用服务器 IP 或域名。
@@ -26,13 +25,9 @@
  • 频道不加密。
  • 使用 Meshtastic 默认 PSK:AQ==
  • -

    如果使用自定义加密密钥,需要在服务配置中设置对应的 meshtastic.psk,否则数据可能会被判定为无法解密并丢弃。

    +

    如果使用自定义加密密钥,数据可能会被判定为无法解密并丢弃。

    -
    -

    Topic 说明

    -

    客户端发布到 Meshtastic MQTT topic 后,服务会先解析 payload。解析成功的数据会被转发并写入数据库;解析失败的数据会被丢弃并记录到后台的丢弃数据页面。

    -