...
In the reminder of this page we provide the details on:
- WiFiMon Test Server (WTS) installation: installing a web server, the testtools used by WiFiMon and the images that are used for monitoring
- The JavaScript code that is required to be embedded in the frequently visited websites.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<!DOCTYPE html> <html> <head> <title>Speed worker</title> <script type="text/javascript" src="jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript" id="settings" hostingWebsite="https" agentIp="fl-5-205.unil.cloud.switch.chWAS_FQDN" agentPort="8443" testtool="speedtest" cookieTimeInMinutes="0.01" src="speedworker-post.js"></script> </head> </html> |
...