[zeromq-dev] jzmq problem
Paul Balomiri
paulbalomiri at gmail.com
Thu Apr 26 20:48:42 CEST 2012
Nevermind,
I just had a blackout on permissions:
I forgot to set android.permission.INTERNET
sorry for bothering
On Apr 26, 2012, at 9:13 PM, Paul Balomiri wrote:
> 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