Re: [android-developers] How many TCP connection are alive in android device

2013-09-27 Thread danaimset
Hi Dirk! MQTT is really good. I've never heard about it. Regarding 24/7 We have two states: 1. In charge (connected devices, push all required data (apks, general info, media content) to all tablets from the server; 2. In use (updates not allowed, only critical information could be submitted

Re: [android-developers] How many TCP connection are alive in android device

2013-09-23 Thread Dirk Jäckel
Hi! Do you have enough power for the device so it can run 24/7 without sleeping? i.e. an external battery or power source? If not, have a look at this example using MQTT. It worked for me but I am not sure about the licensing of the wmqtt.jar. http://dalelane.co.uk/blog/?p=1599cpage=1 It

[android-developers] How many TCP connection are alive in android device

2013-09-20 Thread danaimset
Hi all! I'm working with one very wide project and we need to support 24/7 connection with device. This project is for custom ROM and we will not have Google apps installed. We are thinking about performance. Maybe someone could help us with the following questions: How many TCP connections