Re: [lwip-users] SNTP example?

2017-04-29 Thread Mike Rosing
Found it - I'm definitely not even close. I will probably be back with more questions after I beat my head on the wall for a while. Thank you! Mike > On April 29, 2017 at 4:43 PM Dirk Ziegelmeier wrote: > > > Look AG lwip contrib repository, Unix port, simhost.c. There

Re: [lwip-users] SNTP example?

2017-04-29 Thread Dirk Ziegelmeier
Look AG lwip contrib repository, Unix port, simhost.c. There is an example in there. Dirk On Apr 29, 2017 23:17, "Mike Rosing" wrote: Hello, I have ported 2.0.2 to the TI C6748 and finally got DHCP to get an address. The next thing I'd like to do is use sntp. What

[lwip-users] SNTP example?

2017-04-29 Thread Mike Rosing
Hello,I have ported 2.0.2 to the TI C6748 and finally got DHCP to get an address.  The next thing I'd like to do is use sntp.  What do I do after calling sntp_init()?  I did add sys_now() so there is a millisecond timer running.  The port is copied from the version 1.3.2 example given in the