1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 05:16:13 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
2a443815b0
Cleanup 2020-06-16 22:48:58 +02:00
8e5a407b28
Implement MQTT ingestion and improve dockerization (#13)
* Add mqtt-to-db command

* Minor fixes

* Ignore production.py on git

* Add a production conf

* Add django container

* Add gunicorn for prod and traefik
2020-06-15 22:47:55 +02:00
0ee0b51078
Add time filtering to Telemetry (#12) 2020-06-10 23:17:30 +02:00
a7cebefbf5
Implement the MQTT protocol (#11)
* Add MQTT support on Arduino

* Add MQTT simulator

* Use a single python simulator

* Minor improvements to dockerfiles

* Add transport internal field to telemetry

* Add PubSubClient
2020-06-08 23:17:16 +02:00
253411c0fd
Telemetry is a POST only and filter GET by device (#9) 2020-06-05 00:15:31 +02:00
4cebe6a8f5
Manage serial numbers on POST (#7)
* Update subscription if exists

* POST with serial #
2020-06-03 18:57:53 +02:00
e4a3684951
Enable NTP (#6)
* Add ntpd server to the stack

* Enable NTP updates on Arduino

* Fix telemetry when clock is 0
2020-06-03 18:53:33 +02:00
634746105a
Convert Telemetry into an hyperscale table 2020-06-02 23:34:11 +02:00
9e39d4c7d2
Implement IoT device and hub 2020-06-02 00:57:20 +02:00