On Fri, Jun 17, 2011 at 9:13 AM, fan zhang <fzhang...@gmail.com> wrote:
> We developed an Android service and a kernel module.  Android service
> and the Kernel module need to exchange data with each other.
>
>
> Following are the requirements for the IPC between user space and
> Kernel.
>
> 1. The communication should be secure. No authorized apps could not
> talk to that Kernel module.
>
> 2.  IPC should have minimal impact to the Kernel operation (scheduling
> etc)
>
> 3. The communication should be duplex.
>
> Please give me some suggestions to setup that IPC.

I've always liked netlink, However the genetlink library is kind of
missing from Android.
But it does suffice to all your requirements.


> Thanks
>
> Fan
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel



-- 
--Pavan Savoy

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to