I'm trying to find any code relating to calculating round trip time (RTT) where an AP calculates the time from sending out a RTS to the time it receives the CTS. If there's no code available, any suggestions?
In advance, thanks!
Printable View
I'm trying to find any code relating to calculating round trip time (RTT) where an AP calculates the time from sending out a RTS to the time it receives the CTS. If there's no code available, any suggestions?
In advance, thanks!
Ok, I've resolved part of the RTT problem. I can calculate the time it takes from the point a RTS is sent to the point the CTS is received (this is the RTT).
My problem now is in calculating the distance between the two based upon the RTT. I have a base equation to do this but am hoping that someone has already coded it in Java to save me the time of coding/testing, etc.
As before, in advance - thank you!