Update Dev Notes

Jon Roeber 2024-01-15 03:10:31 +00:00
parent 611b5be6cb
commit 37e1cd33b4

@ -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 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 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