|
From: | Bernhard 'Gustl' Bauer |
Subject: | Re: [lwip-users] SNTP |
Date: | Mon, 03 May 2010 11:17:41 +0200 |
User-agent: | Thunderbird 2.0.0.24 (Windows/20100228) |
Simon Goldschmidt schrieb:
"Bernhard \'Gustl\' Bauer" wrote:I found SNTP in contrib 1.3.0 - unfortunately it is for socket LWIP only. I'm using raw LWIP. What would I need to do to change SNTP to raw LWIP?Update your contrib to CVS HEAD, there you can configure SNTP to use sockets or RAW API. Simon
I did so and ran in some problems: 'ip_addr_t' did not exist. I replaced it with 'ip_addr'.'ipaddr_aton()' did not exist. I set up 'sntp_server_address' in a different way.
'sys_timeout()' and 'sys_untimeout()' do not exist, because NO_SYS=1. I'm not sure what to do about this. I don't want to change to NO_SYS=0. I think this configuration is not covered by CVS HEAD so far.
Any suggestion would by appreciated. Gustl
[Prev in Thread] | Current Thread | [Next in Thread] |