Releases: vpetrigo/sntpc
Releases · vpetrigo/sntpc
v0.3.0
What's Changed
- Add no std support
Add:
smoltcp
example to provide with overview on how to deal with custom TCP/IP stack inno_std
environment- functions
sntp_send_request
andsntp_process_response
to allow library to work in an environment where theget_time
call is not possible. E.g.smoltcp
requires to poll underlying interface explicitly to send TX buffers to/receive data into RX buffers - in that case theget_time
returns error, since data is not ready after sending
Update:
- rename
request_with_addr
function toget_time
Fix:
offset
androundtrip
metrics calculation- request timestamp packing
Remove:
timesync
binary and move it as an example, sinceutils
module API is rather experimental