Your last messages say you want to program at the ip layer. In that case
all you need is to use raw sockets and fill in the ip header and data. Use
that to communicate at the ip level. You dont need to make your own
network device driver since you are going to use standard eth0 whose
driver is already available. The kernel will pass your ip data from the
raw socket to your network device driver and to its destination.

rowel

Rodel Miguel said:
> Hi Guys!
>
> Can somebody help me find good start-up/newbie tutorials on network
> device drivers.  Rubini's Book is toooooo techie for me... I'll probably
> read it after a good tutorial is in hand! thanks alot! or... Is there
> somebody in the group with experience on network device driver in linux
> who is willing to conduct training for our group? please e-mail me! your
> help is greatly needed!
>
>


--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to