sds

simple/sensor data server
git clone git://git.hanetzok.net/sds
Log | Files | Refs | README | LICENSE

README.md (555B)


      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 It is my first attempt at coding in C, coming from OOP-Languages like Java and C#.
      7 
      8 Dependencies
      9 ------------
     10 libcurl is needed to compile this program
     11 
     12 Usage
     13 -----
     14 This program can be used with any kind of sensor, that can make its data
     15 available via HTTP. The response value should be plain text.
     16 
     17 Sensors can be added by creating a custom sensors.h.