|
From: | Rishi Khan |
Subject: | Re: [lwip-users] lwIP able to implement web server + outbound connections for logging + DHCP? |
Date: | Thu, 8 May 2008 02:08:44 -0400 |
Mark,All of these are already implemented as examples except NTP (not sure about DNS, but lwIP has DNS support nonetheless). If you download the contrib package and look in 'ports' there is a unix and a windows folder. I am not familiar with the windows port, but the unix port shows how to use lwIP for DHCP, HTTP, echo, ping, snmp, udp/tcp, telnet. Look in the ports/unix/proj/unixsim folder and build the simhost project (this is the default make project in that dir). I'm sure something is similar for windows and other guys on the list can help you out there.
-rishi On May 8, 2008, at 2:02 AM, mark wrote:
Dear group,I am thinking about to use lwIP ( possibly in combination with openRTOS ) in an application which needs to:get IP settings via DHCP serve a simple web page log to a remote site ( outbound connection) Name resolution optionally NTP would be cool is it possible to do all that with lwIP?It would be OK if the web server would be blocked while the app sends the log.Thanks to everyone, Mark _______________________________________________ lwip-users mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/lwip-users
[Prev in Thread] | Current Thread | [Next in Thread] |