Any ideas how I could track wireless clients moving around from one AP to another? I'd like to know a time stamp when they change AP, and secondly a quality of connection they have (it could be a simple ping, RSSI or however I'd know does the connection cuts in and out. The point is that I need to know, is connection cuting out usually in some distinct AP, or is it cutting when roaming between AP's. Users (they are forklifts) are marking cutting points to map, so it's possible to see the problem areas, but if I can't know what they are doing when connection cuts out and how long is the cut out, the area information is quite useless.
In NPM it's possible to see 1. client RSSI, 2. which AP client is connected and 3. ping graphs in time line. So I basically have all the information I need! I'd just need to combine them all together in report (or some other format that is useful). What do you think, is that possible? I examined NPM Report Writer, but I couldn't find any way to do that. Any ideas? (or any other way to do this? maybe some other useful tools for that?)