Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | Fix PT502 unit tests | Anton Tananaev | |
2016-07-07 | Merge pull request #2084 from Abyss777/master | Anton Tananaev | |
Implement custom GranitFrameDecoder | |||
2016-07-07 | - Cleaned up GranitFrameDecoder | Abyss777 | |
- Added test for GranitFrameDecoder - Removed \r\n from GranitProtocolDecoderTest | |||
2016-07-06 | - Pt502 output_control fix. | drecchia | |
- Added command for set maxSpeed and sms timezone. | |||
2016-07-07 | Merge pull request #2081 from Abyss777/master | Anton Tananaev | |
Granit protocol implementation | |||
2016-07-06 | Style fixes and optimizations | Abyss777 | |
2016-07-06 | Temporary remove L100 from code | Anton Tananaev | |
2016-07-06 | Granit protocol implementation | Abyss777 | |
2016-07-06 | Implement ATL L100 protocol for VTS | Anton Tananaev | |
2016-07-06 | Add HuaSheng message example | Anton Tananaev | |
2016-07-06 | Fix HuaSheng acknowledgement message | Anton Tananaev | |
2016-07-04 | Add HuaSheng unit tests | Anton Tananaev | |
2016-07-04 | Implement custom HuaSheng frame decoder | Anton Tananaev | |
2016-07-03 | Double brackets for "POLYGON" area | Abyss777 | |
2016-07-02 | Decode Meitrack temperature (fix #2065) | Anton Tananaev | |
2016-06-29 | Add more GPS103 unit tests | Anton Tananaev | |
2016-06-29 | Support Geocode Farm reverse geocoder | Anton Tananaev | |
2016-06-28 | Add a couple of Aquila test cases | Anton Tananaev | |
2016-06-28 | Add CAN support for Galileo protocol | Anton Tananaev | |
2016-06-25 | Finish Hua Sheng protocol decoder | Anton Tananaev | |
2016-06-24 | Start HuaSheng protocol implementation | Anton Tananaev | |
2016-06-24 | Add GT06 protocol unit test case | Anton Tananaev | |
2016-06-23 | Extend T55 decoder to support hex ids | Anton Tananaev | |
2016-06-23 | Fix Telic power decoding (fix #1735) | Anton Tananaev | |
2016-06-21 | Add some new T55 test cases | Anton Tananaev | |
2016-06-20 | Handle H02 messages with no time (fix #2035) | Anton Tananaev | |
2016-06-20 | Add H02 no timestamp test case | Anton Tananaev | |
2016-06-20 | Add some Carscop test cases | Anton Tananaev | |
2016-06-19 | Add a few GT02 unit test cases | Anton Tananaev | |
2016-06-18 | Merge pull request #2012 from Abyss777/master | Anton Tananaev | |
Implement Geofences on server side | |||
2016-06-18 | Implement command for PT502 protocol | Anton Tananaev | |
2016-06-16 | Add GPS103 protocol unit test case | Anton Tananaev | |
2016-06-16 | Fix Meiligao odometer decoding issue | Anton Tananaev | |
2016-06-15 | Support new GT06 protocol message | Anton Tananaev | |
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-12 | Add Suntech unit test case | Anton Tananaev | |
2016-06-12 | Support J1708 decoding for Ulbotech | Anton Tananaev | |
2016-06-12 | Add CalAmp unit test case | Anton Tananaev | |
2016-06-10 | Geofences | Abyss777 | |
2016-06-09 | Change protocol name to correct one | Anton Tananaev | |
2016-06-09 | Fix minor issues in LDPL protocol | Anton Tananaev | |
2016-06-08 | - Ldpl protocol implemented. | drecchia | |
2016-06-05 | Add TK103 unit test case | Anton Tananaev | |
2016-06-04 | Implement new Totem protocol format | Anton Tananaev | |
2016-06-04 | Add easytrack decoder test case | Anton Tananaev | |
2016-06-02 | Properly decode Telic info (fix #1735) | Anton Tananaev | |
2016-05-31 | - Fixed style issues. | drecchia | |
2016-05-26 | - Simplification of the hierarchy of models classes | Abyss777 | |
- Removed automatically founded unnecessary imports | |||
2016-05-22 | - Removed any decoding from FrameDecoder | Abyss777 | |
- Decoded ping packet in ProtocolDecoder - Adapted tests | |||
2016-05-19 | - Added device identification on ping packet for Wondex protocol | Abyss777 | |
- Store result of command execution to "result" field of position - Fixed wrong class in WondexFrameDecoderTest |