--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
You don't need Java for IPC. There many ways to do this natively, using sockets,
shared memory and such, as you would on a plain Linux system.
--
Olivier
Thanks for the informational response; it was useful.
I think I will go with your recommendation.
However I would like to understand one thing better; perhaps more out
of curiosity than anything. Pardon my naivity here.
I notice presence of dbus sources and it being used by bluez and wpa
supplicant. Given than DBus is not available as NDK apis, how does one
characterize this DBus usage as? Like is it more like "Use it at your
own risk"