Is there a way to get the wireless sniffing results from the API ?
I would like to be able to gather probe requests to use them in an external application which will be used to generate some statistics.
My final goal is to be able to generate statistics like Euclid Analytics (http://euclidanalytics.com/product/) and Cisco Meraki Presence Analytics (http://meraki.cisco.com/solutions/presence).
I’ve found a way using the streaming parameters, I redirect packets to a Node.js application who proceed them.
Is it possible to filter packets sent to the streaming server (as it is possible with Tools/Packet Sniffer) ? If I only want probe requests, or only packets with protocol “may only no ip” ?
Does this apply to the Wireless Sniffer too ?
Because I can’t see these options when I’m in “Interfaces/Wireless/Sniffer”. I only see these options when in “Tools/Sniffer” but this one seems to not catch probe requests and other specials packets.
Ive been working on such a system too, do you care to share your work (outside of forums if required) as ive also got quite a few working protoypes using different platforms and hardware. Would be good to compare results.