Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-29 | Watch Protocol Decoder update | Mohamed Khalil HADDED | |
2023-01-24 | Handle new watch format | Anton Tananaev | |
2023-01-24 | Handle new watch format | Anton Tananaev | |
2023-01-23 | GoSafe G6W alarms and temperature | Anton Tananaev | |
2022-12-20 | Watch general alarm (fix #5006) | Anton Tananaev | |
2022-06-29 | time advance moved to inner block | wkhaksar | |
added a check for 0 mac address on wifi networks. | |||
2022-05-30 | Combine session related classes | Anton Tananaev | |
2022-05-30 | Inject media manager | Anton Tananaev | |
2022-05-28 | Decode G6W audio format | Anton Tananaev | |
2022-05-27 | Watch zero cell towers | Anton Tananaev | |
2022-03-23 | Fix TK915-4GSA decoding | Anton Tananaev | |
2022-01-26 | Update WatchProtocolDecoder.java | l-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-26 | Update WatchProtocolDecoder.java | l-e-o-n-c-e | |
2022-01-26 | Add an alarm code on Watch protocol | l-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-25 | Handle no cell info | Anton Tananaev | |
2021-08-08 | Fix alarm decoding | Anton Tananaev | |
2021-08-07 | Fix alarm response | Anton Tananaev | |
2021-07-19 | Support Watch temperature | Anton Tananaev | |
2021-07-15 | Remove watch overspeed alarm | Anton Tananaev | |
2021-07-11 | Add missing alarm | Anton Tananaev | |
2021-06-17 | Update WatchProtocolDecoder.java | l-e-o-n-c-e | |
2021-06-17 | Take "steps" value from LK frames | l-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-27 | Support KS01 4G protocol | Anton Tananaev | |
2020-07-13 | Handle negative altitude | Anton Tananaev | |
2020-06-15 | Update 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-17 | Support new message type | Anton Tananaev | |
2019-09-19 | watch protocol case fix | Erez Ninio | |
2019-03-31 | Convert project to gradle | Anton Tananaev | |