From 8a5c5507c86a470cad1ff81a178ee506cad0ab8c Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sun, 7 Feb 2021 22:25:42 +0100 Subject: [PATCH] add tapo link, fix tplink-smarthome-simulator link (#133) * add link to tapo p100 project * fix tplink-smarthome-simulator link --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc089ce..4e9b1854 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,15 @@ or the `parse_pcap.py` script contained inside the `devtools` directory. **Contributions (be it adding missing features, fixing bugs or improving documentation) are more than welcome, feel free to submit pull requests!** -### Resources +## Resources + +### Links * [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector) -* [https://github.com/plasticrake/tplink-smarthome-simulator](tplink-smarthome-simulator) +* [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator) * [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api/blob/master/API.md) + +### TP-Link Tapo support + +* [Tapo P100 (Tapo P105/P100 plugs, Tapo L510E bulbs)](https://github.com/fishbigger/TapoP100) + * [Home Assistant integration](https://github.com/fishbigger/HomeAssistant-Tapo-P100-Control)