Hello,

I would appreciate any information on whether and how LocalSocket can
be used to set-up server-less communication (i.e. without using
LocalServerSocket).

I believe this should be possible as I think this communication method
is used by RIL.java

I have written a test program to attempt to do that but have run into
a number of roadblocks.

I do know that there are a number of other ways to use LocalSocket and
LocalServerSocket and other classes to implement socket-based
communication, and I have implemented them. However, for the purpose
of my application I would need to implement (the equivalent of)
LocalSocket-to-LocalSocket communication.

Any help/feedback to help me implement this would be greatly
appreciated.

Thanks.

Alex Donnini

-- 
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