diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b03629 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Things + +This project provides a framework to build sensor and actuator devices, based +on the relatively cheap ESP8266 chip. Simple devices can be distributed around +the house. They connect to a MQTT broker via WiFi network. New sensor values +are published as MQTT messages, and actuators subscribe to certain topics to +receive commands via MQTT.