gps_tracker
gps_tracker copied to clipboard
Arduino based GPS tracker
The server needs to add the location data over a map platform, so that users can browse to a particular address and see the location information displayed on a map....
A server-side app needs to be written to manage communications with one or more devices. This will open up a TCP port and listen for incoming connections, it will log...
The device needs to communicate over a TCP link to the server. This protocol needs to be defined. There may be existing protocols to do achieve this, need to do...