Re: [lwip-users] slipif usage guidelines?

2011-11-06 Thread goldsi...@gmx.de
mcondare...@soft-in.com wrote: I need to use slipif, but all examples seem to be quite old (do not use slipif_init()). Which examples are you talking about? slipif_init should always be needed, since the init function passed to netif_init() cannot be NULL. Since I'm quite new to lwIP I'm also

[lwip-users] slipif usage guidelines?

2011-11-04 Thread mcondarelli
Hi, I need to use slipif, but all examples seem to be quite old (do not use slipif_init()). Since I'm quite new to lwIP I'm also quite lost. Where should I look? I understand I should initialize the struct netif used, but it's unclear to me what to use t0 that end. Regards Mauro