Dear all,
I have developed a Network device driver for Linux.Specifically it is a virtual device driver embedded in the ethernet driver(I simulate a wireless network protocol(DLC-MAC layers) by embedding the code for these layers-as a virtual device driver- inside the ethernet device driver.The peer-to-peer traffic is served via ethernet). I want to convert it to a real-time device driver for rtl.To be more specific I want to embed this -modified- code inside rtnet's ethdriver in order to test it with UDP traffic.Is there any methodology for this(any related book or site)?
Regards
giorgos

Reply via email to