Re: Django Channels Redis: MaxClientsError

2020-02-08 Thread Sabuhi Shukurov
hello, have you solved this issue? On Saturday, 6 July 2019 15:55:26 UTC+4, Cédric Foellmi wrote: > > Hello everyone. I am seeking some help with Django Channels and Redis. > > I have a Django app running on Heroku. This app is rather simple: a Daphne > server, a background worker and a

paho.mqtt library and django-channels

2019-06-29 Thread Sabuhi Shukurov
Hello there! using paho library I wrote python scripts that subscribes MQTT broker's topics. I need to transfer message payloads to webscokets(django-channels). messages should be in real-time, has anyone experienced on these two protocols? -- You received this message because you are

Re: Django-MQTT

2019-06-24 Thread Sabuhi Shukurov
> *From:* django...@googlegroups.com < > django...@googlegroups.com > on behalf of Sabuhi Shukurov < > sabuhi@gmail.com > > *Sent:* Monday, May 20, 2019 15:01 > *To:* Django users > *Subject:* Django-MQTT > > Hello Python Community! > I would like to

paho-mqtt with django

2019-06-23 Thread Sabuhi Shukurov
hello there! I wonder if someone has implemented paho with django and used websockets to display realtime data from device? I am having trouble for implementing it to django, my scripts doesnt run in django..what is the best way to do that? -- You received this message because you are

Django-MQTT

2019-05-20 Thread Sabuhi Shukurov
Hello Python Community! I would like to to create a connection between the device(Arduino) and web server by using the MQTT protocol. As tools, we will use RabbitMQ, Django, and Django-channels for web socket. The device should communicate to the server by means of message broker in order to

Re: Request & Response >> Device send HTTP request to web server

2019-03-19 Thread Sabuhi Shukurov
I was wondering if you have pdf version I have been looking but unfortunately not found the one free . On Tuesday, 19 March 2019 03:05:42 UTC+4, Mohan Goud wrote: > > Unit 9 of IoT by Vijay madisetti is completely related to that > > On Tue 19 Mar, 2019, 2:43 AM Sabuhi Shuk

Re: Request & Response >> Device send HTTP request to web server

2019-03-19 Thread Sabuhi Shukurov
thank you! you let me find the book On Tuesday, 19 March 2019 03:05:42 UTC+4, Mohan Goud wrote: > > Unit 9 of IoT by Vijay madisetti is completely related to that > > On Tue 19 Mar, 2019, 2:43 AM Sabuhi Shukurov wrote: > >> Hello! >> >> I need your help and as

Request & Response >> Device send HTTP request to web server

2019-03-18 Thread Sabuhi Shukurov
Hello! I need your help and assistance in my project. Currently we are developing project on the device, which is on arduino written on C low level, it is really difficult to handle do many things, we want to keep it as simple as we can, everything will rely on to the our web app(Django).