From 37e1cd33b42751ed27662b86eb69f96c9f82d8de Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Mon, 15 Jan 2024 03:10:31 +0000 Subject: [PATCH] Update Dev Notes --- Dev-Notes.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Dev-Notes.md b/Dev-Notes.md index 5550e75..b9c154d 100644 --- a/Dev-Notes.md +++ b/Dev-Notes.md @@ -34,4 +34,14 @@ schema for integration: https://github.com/chirpstack/chirpstack/blob/master/chi q about payload decoding https://forum.chirpstack.io/t/payload-decoding-in-postgres-integration/16356 -the two interesting tables are event_up and event_integration \ No newline at end of file +the two interesting tables are event_up and event_integration + +Next steps: + +- Set up a device to send messages + - Bonus points for setting up GPS sensor +- Create a codec (Cayenne or JavaScript) +- Observe entries in PostgreSQL `chirpstack_integration` database, `event_up` table, `object` column +- Research how QGIS expects PostGIS data to look +- Create a PostGIS view from the `event_up` table that QGIS will like (if possible) + - If not possible, research creating a custom HTTP integration (in Go) that will receive data and put it into correct format in PostGIS for QGIS \ No newline at end of file