1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-26 23:06:14 +01:00
bite/freedcs/telemetry
Daniele Viganò 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
..
management/commands Implement MQTT ingestion and improve dockerization (#13) 2020-06-15 22:47:55 +02:00
migrations Implement the MQTT protocol (#11) 2020-06-08 23:17:16 +02:00
tests Manage serial numbers on POST (#7) 2020-06-03 18:57:53 +02:00
__init__.py Implement IoT device and hub 2020-06-02 00:57:20 +02:00
admin.py Implement MQTT ingestion and improve dockerization (#13) 2020-06-15 22:47:55 +02:00
apps.py Implement IoT device and hub 2020-06-02 00:57:20 +02:00
models.py Implement the MQTT protocol (#11) 2020-06-08 23:17:16 +02:00
serializers.py Implement the MQTT protocol (#11) 2020-06-08 23:17:16 +02:00
tests.py Implement IoT device and hub 2020-06-02 00:57:20 +02:00
urls.py Implement MQTT ingestion and improve dockerization (#13) 2020-06-15 22:47:55 +02:00
views.py Add time filtering to Telemetry (#12) 2020-06-10 23:17:30 +02:00