A map of Meshtastic nodes.
Find a file
2024-03-14 00:21:24 +13:00
prisma add database index for node ids to increase performance 2024-03-13 15:13:06 +13:00
src clean up ui 2024-03-14 00:21:24 +13:00
.gitignore implement database and mqtt client to cache node info 2024-03-13 03:46:50 +13:00
package-lock.json implement database and mqtt client to cache node info 2024-03-13 03:46:50 +13:00
package.json implement database and mqtt client to cache node info 2024-03-13 03:46:50 +13:00
README.md add references 2024-03-13 15:49:03 +13:00

Meshtastic Map

A map of all Meshtastic nodes heard via MQTT.

TODO

  • show connection lines between nodes and the neighbours they have heard directly
  • ui to view realtime events from specific nodes
  • ui to view text messages log
  • store x days worth of historical logs
  • be able to go back in time and see how the mesh evolved
  • dedupe packets

References