Guys, This is my first post on the forum. I tried looking for similar issues already being discussed but could not find something quite similar.
Here goes my problem:-
- In normal gps tracking , the GPS logger (e.g. adafruit) logs the geographical coordinates and sends it to the google map using GPRS as i could find tutorials on the web.
(though i would be thankful if somebody provides me how to do that - pushing coordinates information through GPRS to Maps to project the location of the object)
BUT, my concern is something different, i can use GPS logger to get the coordinates, but i cannot use GPRS (some restrictions are in place and we cannot rely completely on network providers). I have to send the coordinates through WiFi network itself to a local server where an offline map would be receiving and projecting their locations.
Hope you would have got the questions, i.e using WiFI in place of GPRS to send the information to remote server and project it on offline/online map.
Any help would be greatly appreciated.