aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol/WatchProtocolDecoder.java
AgeCommit message (Collapse)Author
2023-07-29Watch Protocol Decoder updateMohamed Khalil HADDED
2023-01-24Handle new watch formatAnton Tananaev
2023-01-24Handle new watch formatAnton Tananaev
2023-01-23GoSafe G6W alarms and temperatureAnton Tananaev
2022-12-20Watch general alarm (fix #5006)Anton Tananaev
2022-06-29time advance moved to inner blockwkhaksar
added a check for 0 mac address on wifi networks.
2022-05-30Combine session related classesAnton Tananaev
2022-05-30Inject media managerAnton Tananaev
2022-05-28Decode G6W audio formatAnton Tananaev
2022-05-27Watch zero cell towersAnton Tananaev
2022-03-23Fix TK915-4GSA decodingAnton Tananaev
2022-01-26Update WatchProtocolDecoder.javal-e-o-n-c-e
Removed the comment as requested by Anton (but I found it useful since the status "POWER_CUT"I used could be confusing imo)
2022-01-26Update WatchProtocolDecoder.javal-e-o-n-c-e
2022-01-26Add an alarm code on Watch protocoll-e-o-n-c-e
Some 2G devices send a 00004000 code when the device is removed from its charger. This is very useful as many cheap devices have a strange magnet connector which is very easy to unplug by accident. If not working, the feature might have to be activated by sending AON,1# to the device. Does NOT work on 4G devices which send a "sos" alert in that situation (00010000).
2021-10-25Handle no cell infoAnton Tananaev
2021-08-08Fix alarm decodingAnton Tananaev
2021-08-07Fix alarm responseAnton Tananaev
2021-07-19Support Watch temperatureAnton Tananaev
2021-07-15Remove watch overspeed alarmAnton Tananaev
2021-07-11Add missing alarmAnton Tananaev
2021-06-17Update WatchProtocolDecoder.javal-e-o-n-c-e
2021-06-17Take "steps" value from LK framesl-e-o-n-c-e
"Steps" counter value is currently parsed from a complete GPS frame ony, but according to the protocol it is also transmitted in all "LK" keepalive frames, as well as the battery level. Example : [3G*123456789*000D*LK,1234,0,98] means 1234 steps counted and 98% battery level. Note : for this value to be incremented, the device should receive a 'PEDO,1' command (and 'PEDO,0' to stop the counter)
2020-11-27Support KS01 4G protocolAnton Tananaev
2020-07-13Handle negative altitudeAnton Tananaev
2020-06-15Update WatchProtocolDecoder.java (#4544)mattti-post
* Update WatchProtocolDecoder.java Based on documentation for watch protocol https://www.traccar.org/protocols/ 比电协议V1.8(20160926).doc * Update WatchProtocolDecoder.java
2019-10-17Support new message typeAnton Tananaev
2019-09-19watch protocol case fixErez Ninio
2019-03-31Convert project to gradleAnton Tananaev