Synchronization in RIOT

Dear RIOTers, Is there any synchronization among nodes that is being considered. I was thinking of setting up a basic PTP in RIOT. Any opinion ? The SAMR21 supports slotted transmissions which could benefit …

-Akshay

Hi Akshay,

there is a PR [1] which would introduce a clock synchronization feature to RIOT (including

multiple protocols).

However, we haven’t merged this PR yet. We will probably do so after we finished redesigning the network stack (and at least some parts of the testing system).

[1] https://github.com/RIOT-OS/RIOT/pull/1538

Best,

Philipp