Hello, I'd like to synchronize CLOCK_REALTIME between some computers that share an Ethernet switch. I am using RTNet as my networking stack. My approach right now is very simplistic. I have a central server that will be sending out one 1 packet per second, with its struct timespec it got as a result of calling clock_gettime(CLOCK_REALTIME,...). The computers listening for this packet would then call clock_settime(CLOCK_REALTIME,..).
In the Xenomai POSIX skin API doc it says clock_settime() isn't supported. Is there a recommended approach to accomplishing this? I am using Xenomai 2.4-rc4. -Rob
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
