Python script and arduino sketch for visualization the quality of the Internet connection.
change next parameters:
hosts = [("provider-gateway", 3, 5), ("server-ip", 80, 4), ("foreign-public-server", 4, 1), ("public-server", 40, 2) ]
url = "http://192.168.1.5/"
timeDelay = 15
change next parameters:
const char *ssid = "your-ssid";
const char *password = "your-pass";