Versions Compared

Key

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

The WiFiMon Analysis Station Server (WAS) is the core component of WiFiMon which gathers and processes all the measurement data. The WAS receives the following data:

...

The WAS mainly consists of two software components: (1) the WiFiMon Agent and (2) the WiFiMon GUI.

(1) WiFiMon Agent

The WiFiMon Agent is responsible for performing the following actions: 

...

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

(2) WiFiMon GUI

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

WAS Installation and Configuration Guide

WiFiMon can be installed using an Ansible Playbook that is available from here along with details on how to configure WiFiMon parameters. The following section provides information on how to set configuration parameters in templates/secure-processor.properties.j2 and templates/ui.properties.j2

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 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.4.0.war /usr/lib/wifimon/secure-processor-1.4.0.war
cp agent/wifimon-assembly/target/wifimon-agent-bin/ui-1.4.0.war /usr/lib/wifimon/ui-1.4.0.war


Anchor
links
links
3. The WiFiMon GUI

Details on accessing the WiFiMon GUI are available from here.

...