kismet
kismet copied to clipboard
Short question about websockets and device info
Currently I'm successfully pulling some info from some Access-Points through subscribing to the 'DOT11_ADVERTISED_SSID' topic via websockets. This way I get detailed information about the AP. Am I correct in that it is not possible to get detailed info through the websocket about client devices, and I have to use the REST API for that? I do get some info (MAC address) when a new Wifi Client Device is found through the MESSAGES topic, but I was wondering if more complete info can be gathered that way.
Thanks