From ff327294a499a7294db75d37751ca99602082e98 Mon Sep 17 00:00:00 2001 From: Jason Benaim Date: Wed, 5 Sep 2018 13:09:06 -0700 Subject: [PATCH] Added README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf07974 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# hs100 + +A small program for flipping TP-Link HS100/HS105/HS110 wi-fi smart plugs on +and off. + +Loosely based on [pyHS100](https://github.com/GadgetReactor/pyHS100) and +[research from softScheck](https://www.softscheck.com/en/reverse-engineering-tp-link-hs110/). + +Tested to work on Linux, OSX, and IRIX. + +## Usage +```hs100 ``` + +As a convenience, you can supply the words 'on' or 'off' in place of a json +command blob. + +## Todo + +- better error checking +- plug discovery + +This program is very basic. Patches welcome!