https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/ESP8266WiFi/examples/NTPClient/NTPClient.ino
I updated my running Mac OS download from github by replacing the ESP8266WiFi directory, and uploaded the NTPClient example. It runs OK:
The message below is not relevant anymore but I'll keep it for reference. I have removed the non-working example below.
======================================================================
Referring to the topic below on bidirectional UDP communication I compiled a sketch to get the time from an NTP server:
http://www.esp8266.com/viewtopic.php?f=28&t=2295
The sketch is attached below.
Sending the NTP request packet to an NTP server returns "success" (a 1), but no packet is received from the NTP server.
So I'm stuck here. Any suggestions?
<attachment removed>