up
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>meshmap_frontend</title>
|
<title>meshmap</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -11,11 +11,10 @@
|
|||||||
<div class="help-content">
|
<div class="help-content">
|
||||||
<section>
|
<section>
|
||||||
<h3>连接地址</h3>
|
<h3>连接地址</h3>
|
||||||
<p>将 Meshtastic 设备或客户端连接到本服务提供的 MQTT broker。</p>
|
<p>将 Meshtastic 设备连接到本服务提供的 MQTT broker。</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>默认地址:<strong>localhost</strong></li>
|
<li>默认地址:<strong>mesh.gat-iot.com</strong></li>
|
||||||
<li>默认端口:<strong>1883</strong></li>
|
<li>默认端口:<strong>1883</strong></li>
|
||||||
<li>如果部署在其他机器,请使用服务器 IP 或域名。</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -26,13 +25,9 @@
|
|||||||
<li>频道不加密。</li>
|
<li>频道不加密。</li>
|
||||||
<li>使用 Meshtastic 默认 PSK:<strong>AQ==</strong>。</li>
|
<li>使用 Meshtastic 默认 PSK:<strong>AQ==</strong>。</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>如果使用自定义加密密钥,需要在服务配置中设置对应的 <strong>meshtastic.psk</strong>,否则数据可能会被判定为无法解密并丢弃。</p>
|
<p>如果使用自定义加密密钥,数据可能会被判定为无法解密并丢弃。</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<h3>Topic 说明</h3>
|
|
||||||
<p>客户端发布到 Meshtastic MQTT topic 后,服务会先解析 payload。解析成功的数据会被转发并写入数据库;解析失败的数据会被丢弃并记录到后台的丢弃数据页面。</p>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user