Hi Ivan, this really looks exactly like what I need ;-))
Changing the serial calls to run on my internal message queues will not be a big deal. I just need to find out how to add the right calls to add the SLIP NetIf. I'll dive into this once I find some time in the next days ... Thanks for that valuable hint! Marco -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ivan Delamer Sent: Thursday, February 05, 2015 6:06 PM To: [email protected] Subject: Re: [lwip-users] Interfacing LwIP for a radio communication No demo or sample really. Best resources are the SLIP source code and maybe Wiki page on the protocol. It *is* a really simple encapsulation. As for the rest, it's going to be fully custom to your application: - Serial port layer: implement those SIO_xxx() methods based on your hardware - Address resolution: you'll have to implement some kind of table to match IP address to radio link Cheers Ivan _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
