0

I have 2 android applications:
1. NDK C socket server which uses UNIX domain sockets (works fine). It binded to some port.
2. Java client which communicates with the server.
As I understand I should use LocalSocket class like in for example:
http://all4dev.blogspot.co.il/2009/02/android-localsocket-localserversocket.html
But I dont know how to connect to localhost to this specific port.
Thanks.

Costa Mirkin
  • 947
  • 3
  • 15
  • 39

0 Answers0