Re: [lwip-users] coap on lwip

2013-01-17 Thread chrysn
On Mon, Jan 14, 2013 at 05:08:46PM -0700, Mat Henshall wrote: > I had given libcoap a quick look over the weekend! > > It seemed like the best choice as a starting place. My biggest concern was I > need an lwip raw API implementation, and a minimal memory footprint version. > > I'd be happy to

Re: [lwip-users] doxygen documentation

2013-01-17 Thread goldsi...@gmx.de
Simon Goldschmidt wrote: Maybe it's in the lwiphtml CVS? Just checked that, but it effectively does not contain anything helpful. :-( Simon ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] lwIP + LPC1768 / LPC1769 + LAN8720 + Keil

2013-01-17 Thread Cristian Maidana
Hi to all, I want to work with lwIP in Keil under LPC1768 / LPC1769 microcontroller and PHY LAN8720. I have a protoboard with LPC1768 and LAN8720. Has anybody an example of use under these conditions? I see a lot of examples over internet (LPC NXP lwIP port, CooCox, Olimex, etc) but none works wit

Re: [lwip-users] doxygen documentation

2013-01-17 Thread Simon Goldschmidt
chrysn wrote: > * could we have the Doxyfile that created [1] checked into the source > repository? We could, if we had it... I think Frederic did the documentation part some years ago, maybe he can help out (if he's still monitoring this list?). Maybe it's in the lwiphtml CVS? I'll post the U

[lwip-users] doxygen documentation

2013-01-17 Thread chrysn
hey, as the lwip doxygen documentation online[1] is quite outdated (from 2008, 1.3.0), i tried to build it locally. with the default settings (`doxygen -g`, INPUT = src, RECURSIVE = YES) i do get results, but they are not as nice as what was generated at [1], and lack large parts of documentatio

[lwip-users] Handling dead TCP connection

2013-01-17 Thread Thomas Johansen
Hi All How do I handle dead TCP connection best in lwIP? It is not always detected by the stack that the connection is lost. So therefore we have a high level keep alive. In cases of failed keep alive I do a netconn_disconnect(xNetConn) and then a netconn_close(xNetConn), before I try reconnect

[lwip-users] auip

2013-01-17 Thread vincent cui
All: I use one cable to connect my computer and net-device with lwip. If the net-device with static ip, and my computer is configured in same net scope, my computer can access the netdevice But if the net device work with dhcp, and there is no dhcp server, it will run into autoip, It will be all