... however, it should be 1 if its coming from a GPS device.
This is related to a previous debate, "GPS wireless sync". To crudely summarise (I am not a developer) as I understand:
- Low cost GPS devices have RS232 interface
- RS232 interface has latency, and add drivers+OS, is hard to determing precisely the timings across the interface
- Some "clever code" is needed to calibrate timings across RS232 interface, and a "timing loop" to average-out "per reading" variations in latencies across the interface, to derive "true time" compared to the router's internal clock.
- This HAS been done by other software companies, I guess mostly the ones who sell GPS systems.
- There might be some open-source code to do this, I don't know.
If MT people can work out how to do this, which I guess is "measuring timing across the RS232 interface, time-averaging responses, and measuring against local router-time-clock" there could be major benefits.
A major one being, "GPS wireless sync" -
(note: WiMax base stations use similar GPS devices, Linux OS, and manage this. It can be done. Also, the Moto Canopy system has GPS sync, but not sure how it's implemented in hardware/software.)
Am sure more people more knowledgable on this topic can comment more -
Regards