nickfox / GpsTracker

Google Map Gps Cell Phone Tracker
https://www.websmithing.com/gps-tracker
MIT License
791 stars 580 forks source link

Add app for SMS to Http gateway/relay #25

Open brentfraser opened 9 years ago

brentfraser commented 9 years ago

Sometimes a network connection is not available on the tracking phone, either intermittently due to cell tower dead zones, or because the phone does not have a data plan. One solution is to use SMS to transmit the location info from the tracking phone to another [relay] phone, then have an app on the relay phone send it to the server via HTTP.

nickfox commented 9 years ago

Hey Brent

That sounds like an interesting solution. What I've done in the past for some clients is to create a queue on the phone and when network connectivity is resumed, then sending out whatever is in the queue. That is not as real-time as your solution but it is easier...