Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-10 | Special watch prefix | Anton Tananaev | |
2020-06-15 | Update 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-11 | Merge branch 'master' into set-language | Gavriel Fleischer | |
# Conflicts: # src/main/java/org/traccar/StringProtocolEncoder.java # src/main/java/org/traccar/protocol/WatchProtocolEncoder.java | |||
2019-11-10 | Refactor string protocol encoders | Anton Tananaev | |
2019-11-09 | added language to watch protocol's set_timezone command | Gavriel Fleischer | |
2019-07-16 | Update copyright dates | Edward Valley | |
2019-07-16 | Pass a Protocol object to encoders | Edward Valley | |
2019-03-31 | Convert project to gradle | Anton Tananaev | |