I'm trying to dig into the ESP8266 implementation of sntp. I get so far via the time library, then come upon a series of .a (pre-compiled archive) files in this directory: . . .\packages\esp8266\hardware\esp8266\2.7.4\tools\sdk\lib .
I see it is contained in (at least) liblwip.a but find no source. I then guess that it is a part which has not (yet) been replaced with open source software.
I see it is contained in (at least) liblwip.a but find no source. I then guess that it is a part which has not (yet) been replaced with open source software.