Hi Simon, Thanks for the reply. Yes, you are correct. I did't phrase the problem well.
The reason I wanted to do this is that I have integrated lwip stack in my virtual simulation platform, and I am trying to do some quick hacking to extract profiling data of executing lwip on raspberry pi, that's the reason I executed lwip in the user space on top of linux. So for this purpose, instead of actually merging lwip into kernel, do you think there is some simpler way to do the packet sniffers? Basically I need to sniff the packets from the on board wireless interface (wlan0), and it seems that bridging is not supported by the wlan driver... 2016-04-27 14:11 GMT-05:00 [email protected] <[email protected]>: > Zhuoran Zhao wrote: > >> is there any open source lwip port for raspberry pi 3 making use of the >> on board network interface driver? >> > > None that I have heard of. > > Do you want to run lwIP on linux but use the hardware's network interface? > As I see it, the network interface can either be used by linux *or* lwIP, > but not both at the same time. Also, lwIP might have to run in kernel mode > to do so? > > Simon > > _______________________________________________ > lwip-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/lwip-users > -- Zhuoran Zhao Computer Engineering Research Center (CERC), University of Texas at Austin, Department of Electrical and Computer Engineering, University of Texas at Austin, Cellphone: (+1)512-751-1819 Email: [email protected] Skype: zhuoran.zhao
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
