Hi,
I'm new to lwip.
I have tried lwip on TI TM4c1294 XL board, and it was fine. I can send TCP packet using raw api as well as receive TCP packet. So, I gained some experience from that.
Now, I want to try ppp over serial without ethernet code and PHY being involved.
Any suggestion how should I start ?
I know that I need to init lwip stack and then init ppp. And the ppp and lwip main have to be on different thread (?)...
But, how about the netif since now I don't use ethernet if (instead I'm using sio - serial if)
Is there any sample code ?
Thank you so much