Re: Django-MQTT

2019-06-24 Thread Sabuhi Shukurov
Hello Eric! Thanks for your reply, sorry for late response I was busy with another project. I am doing the same job currently, I should transfer datas real-time using websockets (django channels) involves here. Do you have any suggestion for this? subscibed topic should print datas all in real

Re: Django-MQTT

2019-05-21 Thread PASCUAL Eric
Hi Sabuhi, I wrote something similar a couple years ago, not involving Arduinos but using MQTT anyway. The selected approach consisted in having a MQTT listener, based on paho-mqtt lib (https://pypi.org/project/paho-mqtt/), acting as a gateway to a REST API on the Django side, based on Django