Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WiFiMon Agent operates over HTTPS, i.e. measurements are streamed over HTTPS.

(2) WiFiMon GUI

The WiFiMon The WiFiMon GUI provides a graphical representation of the measurement results and various anayses analyses as described above.

WAS Installation and Configuration Guide

...

Be aware to use the following values in the variables configuration file of Ansible Playbook: (1) ELK stack version 7.1617, (2) PostgreSQL version 14 and (3) WiFiMon agent version 1.5.01. The WiFiMon deb package is available from http://83.97.95.167/deb/wifimon-agent-1.5.01.deb.

1. WiFiMon Properties 

In secure-processor.properties.j2 template file, the WiFiMon Administrator may select whether to use or not a JSON exporter. This exports measurements of hardware probes towards a JSON collector. It is designed for the eduroam JSON collector, but it could be adapted to the needs of the WiFiMon user. If you want to disable this process, property "json.collect" should be set to "false", otherwise to "true". The URL of the JSON collector should be specified at the property "json.collector".

...

Code Block
cp agent/wifimon-assembly/target/wifimon-agent-bin/secure-processor-1.5.01.war /usr/lib/wifimon/secure-processor-1.5.01.war
cp agent/wifimon-assembly/target/wifimon-agent-bin/ui-1.5.01.war /usr/lib/wifimon/ui-1.5.01.war

Finally, WiFiMon can be started by using the start.sh script within /usr/lib/wifimon:

...