Hello, I am trying to write simple kernel socket client/server program,can u help me regarding that.Provide some links too.
do it in userspace!
What about vfs and remote listener server, vfs should be kernel space driver, which usually needs freedom to communicate with user space daemon, some kind of IPC.(proc,dev,socket - kind of custom protocol perhaps).
do it in kernel space!
visit my open source project "ksocket" to have it~enjoy!
http://ksocket.sourceforge.net
sxg
noway
do it in userspace!
VFS
What about vfs and remote listener server, vfs should be kernel space driver, which usually needs freedom to communicate with user space daemon, some kind of IPC.(proc,dev,socket - kind of custom protocol perhaps).
noway
do it in kernel space!
ksocket project
visit my open source project "ksocket" to have it~enjoy!
http://ksocket.sourceforge.net
sxg