A visual representation of a network
The network visualiser can use airodump-ng as it's source of data. This is the preferred generator as it will show access points along with all associated clients.
To run the Airodump generator run the following command:
node generators/aircrack/airodump.js <INTERFACE_NAME>
<INTERFACE_NAME>
with the name of an interface in monitor mode. Most of the time this will be wlan0mon
IW Scan is a much simpler data source that you probably already have installed however it is only capable of showing access points.
To run the IW Scan generator run the following command:
node generators/iwscan/iwscan.js <INTERFACE_NAME>
<INTERFACE_NAME>
with the interface you want to scan.sudo node generators/iwscan/iwscan.js <INTERFACE_NAME>
), while it will still work you wont be able to do an active scan.