Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Update response | Anton Tananaev | |
2021-08-25 | Add modular response | Anton Tananaev | |
2021-08-23 | Decode iStartek ignition | Anton Tananaev | |
2021-08-23 | Remove Teltonika attributes | Anton Tananaev | |
2021-08-21 | Improve Navtelecom support | Anton Tananaev | |
2021-08-11 | Decode home WiFi network | Anton Tananaev | |
2021-08-11 | Additional OBD parameters | Anton Tananaev | |
2021-08-10 | Additional TopFlyTech attributes | Anton Tananaev | |
2021-08-08 | Fix alarm decoding | Anton Tananaev | |
2021-08-07 | Fix alarm response | Anton Tananaev | |
2021-07-30 | Fix Mobicom G102 result | Anton Tananaev | |
2021-07-28 | Set location as valid | Anton Tananaev | |
2021-07-26 | Ruptela engine commands | Anton Tananaev | |
2021-07-26 | Fix protocol definition | Anton Tananaev | |
2021-07-22 | Support additional attributes | Anton Tananaev | |
2021-07-21 | Add Transistor Software geolocation | Anton Tananaev | |
2021-07-19 | Support Watch temperature | Anton Tananaev | |
2021-07-15 | Implement JT808 responses | Anton Tananaev | |
2021-07-15 | Remove watch overspeed alarm | Anton Tananaev | |
2021-07-14 | Use correct next value | Anton Tananaev | |
2021-07-13 | Decode properties report | Anton Tananaev | |
2021-07-12 | Fix response | Anton Tananaev | |
2021-07-11 | Add missing alarm | Anton Tananaev | |
2021-07-11 | Support iStartek command results | Anton Tananaev | |
2021-07-07 | Support 900E fuel level | Anton Tananaev | |
2021-07-03 | Support iStartek PT60 format | Anton Tananaev | |
2021-07-02 | Initial STB IND protocol support | Anton Tananaev | |
2021-06-30 | Fix Space10X decoding exception | Anton Tananaev | |
2021-06-30 | Ignore keepalive messages | Anton Tananaev | |
2021-06-30 | Fix services response | Anton Tananaev | |
2021-06-24 | Clarify code style | Oliver Schramm | |
2021-06-24 | Improve compatibility with megastek devices | Oliver Schramm | |
Megastek devices send some data which either is not fully compliant with the megastek protocol (by omitting some data) or which is (for our purposes) garbage data, which is only delimited with a single LF (0x0A). | |||
2021-06-23 | Merge pull request #4702 from Thiritin/patch-1 | Anton Tananaev | |
Make field optional for the Megastek protocol | |||
2021-06-23 | Fix spacing on comment | Thiritin | |
2021-06-22 | Handle negative altitude values | Anton Tananaev | |
2021-06-22 | Make altitude optional | Thiritin | |
2021-06-22 | Make it optional | Thiritin | |
2021-06-19 | Fix harsh driving decoding | 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) | |||
2021-06-16 | Support TLP1 and TLP2 formats | Anton Tananaev | |
2021-06-16 | Support AM01 protocol | Anton Tananaev | |
2021-06-13 | Fix coordinates decoding | Anton Tananaev | |
2021-06-12 | Decode general information message | Anton Tananaev | |
2021-06-12 | Support extended Portman format | Anton Tananaev | |
2021-06-12 | Fix tests | Anton Tananaev | |
2021-06-12 | Support Kingwo protocol | Anton Tananaev | |
2021-06-10 | Fix protocol response | Anton Tananaev | |
2021-06-05 | Merge pull request #4657 from PinCarBR/vt200_ignition | Anton Tananaev | |
Add ignition status to Vt200 Protocol | |||
2021-06-05 | Modify Vt200ProtocolDecoder | RafaelMiquelino | |
Change condition to read position to buf.readableBytes() > 2 |