Dear Friends,

I am looking for a solution to this problem ( IPC between Java and
Linux application):
- I have an application in LINUX that has a socket created using UNIX
Domain DataGram socket (by calling socket(PF_UNIX, SOCK_DGRAM, 0)),
and it binds to this socket with address "/temp/myserver".
- I want to run this LINUX application from my Android UI Application
by calling running.exec API. But my concern is which Socket to use for
this purpose.
- I have explored and found a LocalSocket and LocalServerSocket, but
not sure if that would work, there it seems these are STREAM based
sockets (no documentation if these are STREAM or DATAGRAM based
socket)

I appreciate to share/provide any information on this.

Regards,
-Arun

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to