aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/WatchProtocolEncoder.java
AgeCommit message (Collapse)Author
2020-06-15Update WatchProtocolEncoder.java (#4545)mattti-post
Based on protocol documentation, the implementation of Command.TYPE_POSITION_SINGLE is wrong. "RG" message is supposed to be issued when requesting location data from BTS (no gps signal) "CR" message instructs the terminal to wake up gps module immediately and send gps positions in 10 sec intervals during the timespan of 3 minutes. https://www.traccar.org/protocols/ Communication Protocol.doc 比电协议V1.8(20160926).doc https://github.com/tananaev/traccar/files/213814/3g.elec.comm.protocol.docx
2019-11-11Merge branch 'master' into set-languageGavriel Fleischer
# Conflicts: # src/main/java/org/traccar/StringProtocolEncoder.java # src/main/java/org/traccar/protocol/WatchProtocolEncoder.java
2019-11-10Refactor string protocol encodersAnton Tananaev
2019-11-09added language to watch protocol's set_timezone commandGavriel Fleischer
2019-07-16Update copyright datesEdward Valley
2019-07-16Pass a Protocol object to encodersEdward Valley
2019-03-31Convert project to gradleAnton Tananaev