Hi,
In order to synchronize my embedded device using SNTP client with 10 ms precision, i am using BOOSTXL-CC3135 WIFI module interfaced with an STM32 microcontroller,
I have my own SNTP middleware (aligned with the RFC4330 doc spec) based on generic SNTP APIs wrapper; which it calculates offset (in microseconds),Round-trip and root-dispersion for each response
and provide a daemon adjustment.
The parameters needed to run this middleware :
+ Server Lists
+ Originate Timestamp
+ Receive Timestamp
+ Transmit Timestamp
+ Referance Timestamp
+ Kiss-Code
TI SNTP Library V2.10.01.02 doesn't provide APIs or access to get Header Response parameters.
How can i have the access for the listed parameters ?
Is there another advanced SNTP library supported by TI?
Best regards,
Ridha.