LWIP SNTP, what does it actually do?
I am looking in to implimenting a SNTP client on an embedded board, I am using the STM32CubeIDE so its a checkbox to enable SNTP, but I can find no documentation or examples on what you do from there.
I can see functions to enable/disable SNTP, but not to read anything or write anything....
Does anyone have some pointers about what/how it works? or even an example?
I have hunted the web, lots say how easy it is, just look at RFC4330 (which I have) etc, but I can only presume I am missing something completely.