...
Including all three types of testtools (NetTest, boomerang, speedtest/HTML) in the same frequently-visited website your measurements requires injecting the following HTML lines in the "head" section of the website that is monitored by WiFiMon:
Code Block | ||
---|---|---|
| ||
<iframe src="https://WTS_FQDN/wifimon/measurements/nettest.html" style="visibility: hidden;"></iframe> <iframe src="https://WTS_FQDN/wifimon/measurements/boomerang.html" style="visibility: hidden;"></iframe> <iframe src="https://WTS_FQDN/wifimon/js/speedtest/speedworker.html" style="visibility: hidden;"></iframe> |
...