-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sorriso93 edited this page May 27, 2019
·
17 revisions
Welcome to the IOTroutertraffic wiki!
- Prototype on breadboard
- Introductory Notes I decided to try to develop an IOT traffic statistics for my internet connection becouse I didn't find anything similar to what I needed. I'm not a developer, I worked for a little period 20 years ago on on old technology, therefore I want to highlight that for sure it is not the best in class about development style and maybe it is not reliable and I don't guarantee nothing about it. Nevertheless I'm using at home and it seems that it can run with no problem for months. I'm releasing, also if it not a good example of development, to recognize all the exceptional works made by other guys in the open arena. Please note I would like to thanks all guys developing on arduino and releasing their exceptional work for free, obviously first who developed the libraries used in my work. The sketch has to be compiled with Arduino IDE and uses the following libraries:
- [[https://github.com/Bodmer/TFT_eSPI][TFT_eSPI by Bodmer]]
- [[https://github.com/tzapu/WiFiManager][WIFI Manager by tzapu]]
- [[https://github.com/bblanchon/ArduinoJson][ArduinoJson by bblanchon]]
- PubSubClient by knolleary
- [[https://github.com/dancol90/ESP8266Ping][ESP8266 Ping by dancol90]]
I would also like to thank [[https://github.com/ofekp/TinyUPnP][ofekp maker of TinyUPnp]] that helped me a lot to understand I to collect the traffic information on my router using IGD UPNP.
- Instructions