Skip to content

Releases: OpenAirCgn/mqttGather

denormalize client

13 Aug 17:26
Compare
Choose a tag to compare

changed the database schema to rely on a central device table instead of having each table store the client_id / mac.

sql contains a migration script for existing data, please note this relies on ALTER TABLE DROP COLUMN, which is only supported in fairly recent sqlite versions (? 3.35+ ??)

Telemetry

01 Aug 13:23
Compare
Choose a tag to compare

added support for receving Telemetry data from devices

v0.2.1

28 May 08:28
Compare
Choose a tag to compare
  • reconnect functionality server
  • reconnect functionality db

v0.1

26 May 08:58
Compare
Choose a tag to compare

Initial working version.