El 14/02/14 16:58, josellte...@yahoo.es escribió:
> how can i implement a connection with a java or python server through  a 
> socket(no websocket)?
Hi,

you need a process on your side (in python or java) accepting requests
from devices.

Once you have set up that, you need to use the
https://developer.mozilla.org/en-US/docs/WebAPI/TCP_Socket API to
connect to that server. Check your app manifest because it needs a
permission and to be a privileged app.

Cheers,

Guillermo
>
> thanks in advance
>
> Enviado desde Yahoo Mail con Android
>
> _______________________________________________
> dev-b2g mailing list
> dev-b2g@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-b2g


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to