diff options
-rw-r--r-- | README.md (renamed from README.txt) | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,8 +1,6 @@ ------- -webiot ------- +# webiot A small webserver for my personal Internet of Things (IoT). This software is tailor-made for my personal need supporting only the devices I actually use. @@ -10,16 +8,14 @@ Nevertheless it could be interesting for you if you want to use my code for your project. -Supported IoT devices ---------------------- +## Supported IoT devices Currently only this device is supported: - tp-link HS100 WiFi plug [1] -Architecture ------------- +## Architecture There are three device categories relevant for the architecture: @@ -32,4 +28,4 @@ device via its native protocol (TCP, HTTP, MQTT, etc.). The user interaction is done only via the web interface. -[1] https://www.tp-link.com/en/home-networking/smart-plug/hs100/ +[1]: https://www.tp-link.com/en/home-networking/smart-plug/hs100/ |