gps_tracker
gps_tracker copied to clipboard
Implement server side code to manage communications with the device
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 any communications to files which will be used for debugging and display of tracking information as well as retrieval of the device settings.
This needs to be a 2 way communication link so that instructions and new configuration can be sent to the device as well as receiving location data from the device.