i have a little project i am working on in which i need to measure the time difference between several raspberry pi modules in the matter of nano seconds. my question is what timing mechanism can provide me this type of difference measurement ability, other than GPS clocking system (which i am trying to avoid). among the options i am familiar with:
- PTP sync
- Linux time from epoch, in nano-Seconds
- GPS- trying to avoid if possible
other suggestions are welcome