tinyos / tinyos-main

Main development repository for TinyOS (an OS for embedded, wireless devices).
1.41k stars 519 forks source link

[feature] SNTP client #98

Open tinyos-issues opened 11 years ago

tinyos-issues commented 11 years ago

Original author: jmatts...@dius.com.au (November 25, 2011 05:10:29)

In case we're not the only ones who wish to keep UTC time on the TinyOS nodes, here's our SNTP client module for SNTP version 4 (RFC 4330). It's a rather simple implementation and there's probably room for some optimization, but we're happy enough with it in its current state for now.

Include it with TinyOS if you wish, or not - up to you. :)

Original issue: http://code.google.com/p/tinyos-main/issues/detail?id=95

tinyos-issues commented 11 years ago

From sdh...@gmail.com on November 26, 2011 17:30:34 I fully support having an SNTP client -- I will merge this after 2.1.2 since we're technically in a feature freeze now.