From 663b816495cb6b878c2f30a39106ee5900cbeb37 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 15 Mar 2024 00:04:37 +1300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3efc6e..5b985e6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A map of all Meshtastic nodes heard via MQTT. - `TELEMETRY_APP` packets update battery and voltage metrics for a node in the database. - `TRACEROUTE_APP` packets log all trace routes performed by a node to the database. - `MAP_REPORT_APP` packets are stored in the database, but are not widely adopted, so are not used yet. +- The database is a MySQL server, and a nodejs express server is running an API to serve data to the map interface. ## Features