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