[zeromq-dev] jzmq problem
Paul Balomiri
paulbalomiri at gmail.com
Thu Apr 26 20:13:04 CEST 2012
Hi,
I just installed libjzmq.so and libzmq.so on android.My first try to run the HelloWorld Example fails however.
I tried connecting from the emulator using
socket.connect ("tcp://10.0.2.2:12345");
On the server part I use the python example with the connect address:
socket.bind("tcp://*:12345")
Whatever I try the sending and receiving part just ignore each other.
I have tested the connection using
shell user$ nc -l 12345
on the server and connecting to the port using the adress
http://10.0.2.2:12345 in the builtin android browser. The test shows me a correct
HTML request. So i am fairly sure that it is not a connection problem.
Has anyone some idea where to look for the problem ?
Paul
More information about the zeromq-dev
mailing list