Re: django+rasperrypi_sensor

2019-10-15 Thread Mohan Goud
Follow the case studies in the text book - Internet of things by Vijay madisetty text book On Tue, 15 Oct 2019, 23:21 佟博, <247687...@qq.com> wrote: > I need to build a website with django and pass the sensor data on > rasperrypi to the webpage in real time. What should I do? > I am a django begin

Re: django+rasperrypi_sensor

2019-10-15 Thread Roger Gammans
Can you define what you mean by real-time? There are many way to achieve this depending on your other needs, for instance if you need the server (the raspberrypi) to push the data, it's suddenly not really a beginners task as you have to think about whether to use websockets , or long polling. (or

django+rasperrypi_sensor

2019-10-15 Thread 佟博
I need to build a website with django and pass the sensor data on rasperrypi to the webpage in real time. What should I do? I am a django beginner。 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivin