jxmot / node-dht-udp

SensorNet 2 of 3 - The server side to the esp8266-dht-udp project
MIT License
0 stars 1 forks source link

Relay sensor historical data to client(s) #32

Closed jxmot closed 3 years ago

jxmot commented 3 years ago

Modify the socket.io server so that it will respond to requests for historical data. Clients will use the existing socket connection and issue a history request.

Major Tasks:

jxmot commented 3 years ago

Prototype chart app will be found in /chart after its branch is merged.

jxmot commented 3 years ago

Client side is here - https://github.com/jxmot/sensornet_chart