[lwip-users] init network interfaces

2014-07-02 Thread RedCollarPanda
Good day! I want to make a client and connect it to netcat simple server. 1) Compilled lib with default settings and #define's (the only thing - i set some debug information on) 2) Linked lib to the project (works fine) 3) Set up virtual machine with ubuntu and made netcat working with ~$

Re: [lwip-users] init network interfaces

2014-07-02 Thread Sergio R. Caprile
* You are confusing lwIP with a Linux/Un*x environment. ** tap/tun is what a port for that environment does, lwIP is just a TCP/IP stack, not even a library, the library you are using is a compile of a port for that environment. *** You have working examples you are supposed to follow, those will