Hi !
I am making a simple network device driver. I think i have some of the
functionality incorporated into the device driver, and now i want to test it
further.
I want to make a user program that can give the device drive some data,
which the device driver will send out on the network.
My problem is that i have no idea of how to do that. Maybe something with
ioctl ??
Please give me some ideas (small examples would be great since i am new to
write kernel-space "programs") of how to give the device driver some data
from user space.
i am looking forward to get some input.
Thanks in advance
Michael