Working with an RB951-2n. I would like to detect connected and not connected wireless stations during certain interval and save/forward this information. Using Wireless sniffer is no option. But wireless snooper promised (if working) the right information. And I will make a script to automate this.
**Gui (Winbox)**
Starting the snooper function and leave it running for say 30 sec. This gives me exactly the info I like to save. But no saving function here.
CLI
/interface wireless snooper> snoop
append --
file --
interval --
once –
The interval parameter can be specified between 5 sec 20 ms I think this is the channel time.
But it is not possible to specify a interval/duration parameter like http://forum.mikrotik.com/t/snooper-how-to/44883/1
If I start snoop here I get the frequency usage information as seen in the GUI instead of the Wireless snooper info (GUI).
Here I’m able to save my output to a file. Which was not possible via GUI. But how do i specify a snoop duration ??. I only get empty files….
Am’I doing something wrong or is there some inconsistency ?