I'm working on an android app that needs to constantly get location data, or as constantly as possible. I know this is going to drain the battery and use lots of data if the user isn't on wifi.
Is there any other way to transmit some kind of you are here message to a phone that wouldn't use data or be a constant drain on the battery by using the GPS.
I created an android application for uploads data to my webserver into PHP file and output data to .txt file. I upgraded my server and now I support databases.
How can I convert/update the below php code toconnect with a MySQL database?
If I save a document using a cloud based service, am I right in thinking that my file will be stored redundantly on a few DAS servers in a local data center. When I try and access this data again, how is my query routed to the server which contains my data, so say a copy of my file is stored on server 7 and server 27.
I've built and app which sends data to an HTTP server which I've verified as working using a test.php file then verifying the data succesfully passed between the Android app and the server. Anyways, I modified the source code to send a different string of data:
submit_button=Wireless_MAC&change_action=&action=Apply
and it's not passing the data! Any ideas why?
We are working on GPS Tracker App on Android 2.3.3 version OS.
Our app records GPS data every 3 mins automatically & sends it to our IP based server for further processing. This work quite good till there is GPRS available.
But as soon as GPRS is lost, our app still continues to record data in text file.
But when GPRS is recovered, data is sent only from when connection was recovered.
our office wants to build a new server to handle our data, over the last 10 years our data was stored on CDs, DVDs, HDDs but now they want all of it in one place that is attached to the network for everybody in the office to access it.
the data is 20TB new data and the rest is old, the important now is to store these 20tb and gradually store the other 30tb over time.
I'm trying to create a game.
I have two Linux servers that have a large amount of data (1TB+) that need to be synchronized over a slow connection (100 KB/s).
A lot of the data overlaps, but are in different locations.
I would like some sort of rsync / unison tool where I can mirror the servers.
It would need to be more intelligent and identify if the file exists at the destination (possibly in another location with the sam
Ok guys I was approached by a client to create a web service that will allow users to sort through a bunch of proprietary data. This is all fine and dandy but the catch is, all of this data comes from software they have installed on local servers at their location. I'm thinking of writing a cron job to receive and parse the data at a set interval.