From 471d8dded6e2947c964da8a26173da53f6382290 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Wed, 5 Mar 2025 00:10:30 +0100 Subject: [PATCH] Update info --- src/public/index.html | 99 +++++-------------------------------------- 1 file changed, 11 insertions(+), 88 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index dddfbf8..6f1fee5 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -309,112 +309,35 @@

Meshtastic Map

Created by Liam Cottle

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+

Forked by Roslund

- -
- 👋 Welcome to my open source map of Meshtastic nodes heard on MQTT. -
- - +
-
Features
+
Beskrivning
+
-
    -
  • The map shows nodes that have sent a valid position to MQTT.
  • -
  • Position packets must be unencrypted, or encrypted with the default key.
  • -
  • Use the search bar to find nodes by ID or name.
  • -
  • Hover over nodes (on desktop) to see basic details.
  • -
  • Click a node to see info such as telemetry graphs and traceroutes.
  • -
  • Use the top right layers panel to show neighbours and waypoints.
  • -
  • Use the settings button to configure the map to your liking.
  • -
  • Have a feature request, or found a bug? Open an issue on GitHub.
  • -
+
Detta Àr STHLM-MESH's egen karta, som drivs av vÄran MQTT Server. Taken Àr att ha en karta som enbart fokuserar pÄ stockholm. Den Àr baserad pÄ Liam Cottle's open source projekt Meshtastic Map. VÄran fork finner du pÄ Github. MQTT servern vidarebefordrar alla paket till Liam Cottle's Karta.
- - -
-
FAQ
+
Beskrivning
-
How do I add my node to the map?
-
Your node, or a node that hears your node must uplink to our MQTT server.
-
Your position packet must be unencrypted, or encrypted with the default key.
-
If your node has v2.5 firmware or newer, you must enable "OK to MQTT".
-
Use the MQTT server details below to uplink to this map.
+
Hur kan jag ansluta min nod till MQTT servern?
+
DÄ vi enbart vill analysera Meshen i stockholm Àr MQTT servern inte öppen för alla.
+
Vill du koppla upp din nod, kontakta @Roslund pÄ Discord.
-
What MQTT server should I use?
+
InstÀllningar:
    -
  • Address: mqtt.meshtastic.liamcottle.net
  • -
  • Username: uplink
  • -
  • Password: uplink
  • +
  • Address: mqtt.sthlm-mesh.se
  • Encryption Enabled: Yes
  • JSON Output: No
  • TLS Enabled: No
-
Please note, nodes can only uplink to this server. Downlink is disabled.
-
We suggest running dedicated nodes for uplinking to the map.
-
-
How do I remove my node from the map?
-
Nodes that have not been heard for 7 days are automatically removed.
-
Disable position reporting in your node to prevent it coming back.
-
Use custom encryption keys so the public can't see your position data.
-
If your node has v2.5 firmware or newer, we ignore packets if "OK to MQTT" is disabled.
-
To have your node removed now, please contact me.
-
-
How do I see neighbours a node heard?
-
Open the top right layers panel and enable neighbours.
-
Some neighbours are from MQTT, this is patched in latest firmware.
-
-
Why is my node showing up in the wrong place?
-
This public map obfuscates your position packets for v2.4 firmware and older.
-
Nodes on v2.4 and older have their positions obfuscated to 2 decimal places.
-
Nodes on v2.5 and newer, with "OK to MQTT" enabled, will show positions with your configured precision.
-
Nodes on v2.5 and newer, with "OK to MQTT" disabled, will not update their positions.
-
-
-
-
Legal