|
From: | address@hidden |
Subject: | Re: [lwip-users] SNTP |
Date: | Tue, 11 May 2010 18:45:08 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
Bernhard 'Gustl' Bauer wrote:
That doesn't sound as if it is a problem with the SNTP code. Did you try any other traffic, like a TCP client or another UDP application? Can you ping your device? You should check for received ARP requests (set a breakpoint to etharp_arp_input and see if update_arp_entry finds the pending entry with your queued packet).I have done so. It compiles without errors. But no packets are comming out. LWIP_DEBUG says: etharp_query: Ethernet destination address unknown, queuing disabled, packet %p dropped So I enabled ARP_QUEUEING. And now etharp_timer expires. So far my LWIP did only react on incomming packets. SNTP is the 1st time it initiates a connection. Maybe LWIP must be configured different for this.
Simon
[Prev in Thread] | Current Thread | [Next in Thread] |