In FreeBSD, I am attempting to create a 2way communication between a loadable kernel module(driver) and a user mode app/daemon. I am attempting with a socket !. In Linux there is Netlink socket library. But FreeBSD do not have one such exclusive IPC mechanism for kernel<---->User communication. Is there any open source code available. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|