Re: link a serial char and network driver
- From: Tauno Voipio <tauno.voipio@xxxxxxxxxxxxx>
- Date: Wed, 20 Sep 2006 16:48:01 GMT
marojahan wrote:
hi....i'm a new member.. may name is maroajahan...
i have a problem on programming linux device driver....
i want to build a driver that have two behavior.....
on user mode it will be recognized as serial char driver but on kernel
kernel system will recognize it as a network device driver that open an
UDP port and read/write that port.
i confuse how to implement it...especially how to open UDP port in
kernel space and how to link that both drivers (network and serial char
driver)
i hope you can give me a sollution on this...
You do not need to re-invent a wheel.
The character-to-network driver is called the tun/tap driver.
Google for it.
--
Tauno Voipio
tauno voipio (at) iki fi
.
- Follow-Ups:
- Re: link a serial char and network driver
- From: marojahan
- Re: link a serial char and network driver
- References:
- link a serial char and network driver
- From: marojahan
- link a serial char and network driver
- Prev by Date: Re: Problem in scull
- Next by Date: pciauto_setup_device(
- Previous by thread: Re: link a serial char and network driver
- Next by thread: Re: link a serial char and network driver
- Index(es):
Relevant Pages
|