meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hw:gt06_gps_tracker:online_tracking [2019/11/20 08:22] niziakhw:gt06_gps_tracker:online_tracking [2019/11/20 09:14] (current) niziak
Line 27: Line 27:
  
 [[https://www.traccar.org/docker/|Docker]] [[https://www.traccar.org/docker/|Docker]]
 +
 +===== Configuration =====
 +
 +Configure your GT06 tracker with to send tracking info to your traccar server domain name and port 5023 (GT06 protocol): <code>#IP#123456#traccar.server.org#5023#</code>
 +Check traccar log for device ID (it is the same as device IMEI)
 +<file /opt/traccar/logs/tracker-server.log>
 +...                                            
 +2019-11-20 08:32:44  WARN: Unknown device - 123456789012345 (5.173.154.100)
 +...
 +</file>
 +
 +Login to Traccar WEB UI (localhost:8082), and add device. Use IMEI as Identifier.
 +
 +Restart online tracking on your GT06 device (location every 60 seconds): 
 +
 +<code>
 +#noat#123456# 
 +#at#60#sum#0#
 +</code>
 +
  
 ===== Traccar Web UI MOD ===== ===== Traccar Web UI MOD =====