README (472B)
1 sds - sensor data server 2 ======================== 3 sds is a simple webserver that I use to gather and display the values recorded 4 by temperature & humidity sensors made with D1 Minis and DHT20 sensors. 5 6 Dependencies 7 ------------ 8 libcurl is needed to compile this program 9 10 Usage 11 ----- 12 This program can be used with any kind of sensor, that can make its data 13 available via HTTP. The response value should be plain text. 14 15 Sensors can be added by creating a custom sensors.h.