Closed joey-public closed 1 year ago
The B200 usrps have support for internal gpsdos. With these gpsdo we want to tell all the receivers to start streaming a a specific time of day.
Start by looking over the example code here:
https://github.com/EttusResearch/uhd/blob/master/host/examples/sync_to_gps.cpp
Also see method 2 described in the application node here:
https://files.ettus.com/manual/page_sync.html
We got code working to interface with B200s, synch to gps, and tell all receivers to start recieving at the same gps referenced time.
The B200 usrps have support for internal gpsdos. With these gpsdo we want to tell all the receivers to start streaming a a specific time of day.
Start by looking over the example code here:
https://github.com/EttusResearch/uhd/blob/master/host/examples/sync_to_gps.cpp
Also see method 2 described in the application node here:
https://files.ettus.com/manual/page_sync.html