kismetwireless / kismet

Github mirror of official Kismet repository
Other
1.49k stars 292 forks source link

Short question about websockets and device info #485

Open theraven1982 opened 9 months ago

theraven1982 commented 9 months ago

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