meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:gt06_gps_tracker:online_tracking [2016/07/18 09:25] – hw:gt06_gps_tracker:traccar renamed to hw:gt06_gps_tracker:online_tracking niziak | hw:gt06_gps_tracker:online_tracking [2019/11/20 09:14] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Protocol ====== | ||
| + | Device is using GT06 protocol.\\ | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | |||
| + | Decoded login packet.\\ | ||
| + | Total packet length is 10+N bytes: | ||
| + | * 78 78 start sequence | ||
| + | * 0d packet length = 13 (5+N bytes, so 8 bytes information content) | ||
| + | * 01 procol number 1 - login message packet | ||
| + | * information content 8 bytes | ||
| + | * 01 23 45 67 89 01 23 45 - device id = IMEI number | ||
| + | * 00 51 - information serial number | ||
| + | * 5f 33 - error check | ||
| + | * 0d 0a - stop sequence | ||
| + | |||
| ====== Traccar server ====== | ====== Traccar server ====== | ||
| [[https:// | [[https:// | ||
| Line 5: | Line 21: | ||
| * GT06 protocol port 5023 | * GT06 protocol port 5023 | ||
| - | ====== Traccar Web UI MOD ====== | + | [[https:// |
| + | [[https:// | ||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | |||
| + | Configure your GT06 tracker with to send tracking info to your traccar server domain name and port 5023 (GT06 protocol): < | ||
| + | Check traccar log for device ID (it is the same as device IMEI) | ||
| + | <file / | ||
| + | ... | ||
| + | 2019-11-20 08: | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | Login to Traccar WEB UI (localhost: | ||
| + | |||
| + | Restart online tracking on your GT06 device (location every 60 seconds): | ||
| + | |||
| + | < | ||
| + | # | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Traccar Web UI MOD ===== | ||
| [[http:// | [[http:// | ||
| + | Not working with current traccar version (v 3.6) | ||