1
0
mirror of https://github.com/daniviga/bite.git synced 2024-12-23 16:51:25 +01:00
bite/freedcs/telemetry
Daniele Viganò 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
..
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 Enable NTP (#6) 2020-06-03 18:53:33 +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 Telemetry is a POST only and filter GET by device (#9) 2020-06-05 00:15:31 +02:00
views.py Telemetry is a POST only and filter GET by device (#9) 2020-06-05 00:15:31 +02:00