I'm developing an app that will be sending data back to a server every minute. Along with this data it will also be possible that someone running a program from a computer can updata the data in the database. When they update the data in database I will need to send the new info to the device. I was planning on doing this via long polling, but as I understand it this would require me to setup a second connection to send the data off every minute.

How would you suggest opening a data connection between a device and a server so that data can be transfered both ways? Keep in mind that the IP address of the device might be unmapble due to GPRS and that the IP address might change via tower hopping.

Recommended Answers

All 2 Replies

What mobile platform you thinking to use? (Android, iOS, Qt, Windows)

We are using Windows mobile 6.5. More specificly we are developing for Motorola's MC65.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.