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