Hi Ajay, On Sat, Aug 22, 2015 at 01:18:26PM +0530, Ajay Garg wrote: > > So, are there any good starting-points wherein I may implement the > TCP/IP/PPP layers for bare-metal?
Yes, as previously said, there are complete lwIP examples for unixes and win32 in the lwIP contrib Git. git://git.savannah.nongnu.org/lwip/lwip-contrib.git > Is that even doable for bare-metal? Yes, definitely. What you tried to do is not bare-metal, the "TCPIP" API is the thread-safe API for lwIP users using an OS (NO_SYS = 0). Sylvain
signature.asc
Description: Digital signature
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
