Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-17 | Normalize RPM values | Anton Tananaev | |
2017-04-17 | Fix TLT2H time regex pattern | Anton Tananaev | |
2017-04-16 | Fix H02 status code decoding | Anton Tananaev | |
2017-04-15 | Improve GT06 alarm decoding | Anton Tananaev | |
2017-04-14 | Revert a change | Anton Tananaev | |
2017-04-14 | Fix FindBugs issues | Anton Tananaev | |
2017-04-12 | Fix GL200 cell decoding issue | Anton Tananaev | |
2017-04-11 | Fix ST940 Alert decoding | Anton Tananaev | |
2017-04-09 | Import cGuard protocol decoder (fix #3080) | Anton Tananaev | |
2017-04-08 | Minor Enfora encoder cleanup | Anton Tananaev | |
2017-04-08 | Merge pull request #3075 from matlock08/master | Anton Tananaev | |
Added EnforaEncoder tested on 2818 | |||
2017-04-07 | Fixed comments from pull request | Jose Castellanos | |
2017-04-08 | Implement Ulbotech acknowledgement | Anton Tananaev | |
2017-04-07 | Added EnforaEncoder tested on 2818 | Jose Castellanos | |
2017-04-08 | Fix compilation issues | Anton Tananaev | |
2017-04-08 | Enable ACK for UDP TAIP protocol | Anton Tananaev | |
2017-04-07 | Optimize minifinder decoder class | Anton Tananaev | |
2017-04-06 | Fix Cellocator UDP acknowledgement | Anton Tananaev | |
2017-04-05 | Flag to ignore GL200 fix time | Anton Tananaev | |
2017-04-04 | Decode H02 additional data | Anton Tananaev | |
2017-04-02 | Support ERI GV300 messages | Anton Tananaev | |
2017-04-01 | Add new Aquila protocol format | Anton Tananaev | |
2017-04-01 | Refactor GL200 protocol decoder | Anton Tananaev | |
2017-03-30 | Handle empty Starlink cell info | Anton Tananaev | |
2017-03-30 | Fix another Telic issue | Anton Tananaev | |
2017-03-29 | Remove regular expression debug code | Anton Tananaev | |
2017-03-29 | Handle no power value from Telic | Anton Tananaev | |
2017-03-29 | Add support for TAIP event code | Anton Tananaev | |
2017-03-28 | Remove unused imports | Anton Tananaev | |
2017-03-28 | Remove GL200 time workaround | Anton Tananaev | |
2017-03-27 | Store Ruptela event code | Anton Tananaev | |
2017-03-27 | Add support for WLINK router | Anton Tananaev | |
2017-03-27 | Refactor GT06 protocol decoder | Anton Tananaev | |
2017-03-27 | Implement GT06 fuel sensor support | Anton Tananaev | |
2017-03-27 | Fix Teltonika UDP acknowledgement | Anton Tananaev | |
2017-03-26 | Alternative TAIP protocol format | Anton Tananaev | |
2017-03-25 | Adjustments to Telic decoder | Anton Tananaev | |
2017-03-25 | Implement alarms for Meitrack | Anton Tananaev | |
2017-03-24 | Fix TAIP ACK checksum | Anton Tananaev | |
2017-03-23 | Extend Telic protocol decoder | Anton Tananaev | |
2017-03-21 | Implement Ruptela responses | Anton Tananaev | |
2017-03-21 | Implement more Ruptela commands | Anton Tananaev | |
2017-03-21 | Additional DMT attributes | Anton Tananaev | |
2017-03-21 | Handle DMT messages without location | Anton Tananaev | |
2017-03-20 | Alternative TAIP acknowledgement | Anton Tananaev | |
2017-03-20 | Fixes to StarLink decoder | Anton Tananaev | |
2017-03-19 | Implement GL200 GSM message support | Anton Tananaev | |
2017-03-18 | Merge pull request #3018 from jon-stumpf/jss-parse-nextDateTime | Anton Tananaev | |
Date and time decoding improvements | |||
2017-03-17 | Removed capture of milliseconds for UTC time in Gps103 protocol; Determined ↵ | jon-stumpf | |
one test position in Gps103ProtocolDecoderTest.java has only 2 digits where 3 digits are needed for milliseconds; | |||
2017-03-17 | Removed capture of milliseconds in Homtecs protocol; The *one* test position ↵ | jon-stumpf | |
has 2 digits instead of 3; Access to documentation online and/or more test positions are needed to safely implement the capture of milliseconds; |