diff --git a/README.md b/README.md index 853995f..5dd0358 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ -# dash-listen -Docker container to forward Amazon Dash button presses to arbitrary URLs +# dhcp2MQTT -# Usage/Quickstart +## only for testing -[HOWTO: Find your Dash's MAC address](https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8) +documentation comming soon -``` -docker pull osbert/dash-listen -docker run -d --net=host -e DASH_MAC_ADDRESS=re:ad:ab:ov:e0 -e URL_CALLBACK=http://url/to/callback osbert/dash-listen -``` -Listens for button presses from the given `DASH_MAC_ADDRESS` and issues HTTP GET requests to `URL_CALLBACK`. +## Sources, Inspirations and Licences +- https://github.com/osbert/dash-listen