Re: [Discuss-gnuradio] Synchronizing two USRPs

2008-10-14 Thread Eric Blossom
On Tue, Oct 14, 2008 at 03:30:29PM -0500, Maduike, Dumezie wrote: > Hello everyone. > > Also, does anyone know how the real-time scheduling feature is implemented or > works. Depending on what's available on your system, it uses either pthread_setschedparam or sched_setscheduler. See their man

[Discuss-gnuradio] Synchronizing two USRPs

2008-10-14 Thread Maduike, Dumezie
Hello everyone. I hope this hasn't been covered or I have overlooked it. Does anyone know of any python scripts in the gnu radio package or any other effective way of synchronizing the clocks of two USRPs. I want to see if I can synchronize multiple modulated packets. Also, does anyone know