diff --git a/README.md b/README.md index f90bbc1..6659b15 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # esp8266-dns -Project to get data from the esp8266 through pay hotspots for free + +Featured on [Hackaday](https://hackaday.com/2015/07/01/dns-tunneling-with-an-esp8266/) +My original [article](https://yakamo.org/?p=1506). + +This proof of concept shows how to use DNS requests to bypass pay for wifi hotspots to get your data from the ESP8266 to your server, great to use with sensors. + +Would like to revisit this project and use MicroPython to do some new projects.