lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] SNTP example?


From: address@hidden
Subject: Re: [lwip-users] SNTP example?
Date: Tue, 2 May 2017 21:47:46 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Mike Rosing wrote:
The SNTP seems to initialize ok, but the routine sntp_process() is never called.

Have you checked (e.g. using wireshark) that SNTP requests are sent and responses are received? If not, sntp_process() won't get called either.

If the response is received, check "lwip_stats" to see if there are any "err" counters going up. If not, try adding a breakpoint to udp_input() when the response is received and see where it goes.

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]