From 48f01a55426d870545391b9ad829a7beb2cb17c0 Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Fri, 22 Apr 2016 23:08:44 +0200 Subject: [PATCH] included readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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.