Reputation: 27
Server set up to receive all information from GPS hardware; But it only receives the IMEI of the device. Sending information from the hardware is based on the AVL Packet. What script or code should be written to get the rest of the information from the device, such as time and location?
Upvotes: 0
Views: 465
Reputation: 27
Thank you all specially @GetSet. I checked and found the following manual and find the data structure and fixed my problem. I am posting it below so if anyone needs it can read:
I needed to send back a code representing the data I needed so the device would sent back the info. For example I need to send back 01 as byte from the TCP tunnel that the device created to get back the GSP data.
Upvotes: 1