lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] device interface for the linux kernel inside the lwip.


From: Sraddha
Subject: [lwip-users] device interface for the linux kernel inside the lwip.
Date: Mon, 5 Mar 2012 16:28:28 +0530

I have managed to port lwip to the android platform which runs s linux kernel. My pc already has the network device driver. I dont want to bother about writing the device driver, rather use the Device agnostic interface. do what the init funcion does, call the dev_queue_xmit function and netif_rx functions in the lwip code,which means my lwip will have to in the kernel space and compiled as a device driver module. At the end of the day I ll be writing this device agnostic interface for the kernel to link to the network device driver.
Plz share yr wisdom n knowledge according to yr greater experience with lwip.
Regards
Sraddha

reply via email to

[Prev in Thread] Current Thread [Next in Thread]