Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-13 | Merge branch 'anravi4_fix' | Ivan Muratov | |
2017-07-13 | Fix build issues. | Ivan Muratov | |
[ERROR] src/org/traccar/protocol/Arnavi4FrameDecoder.java:[13,49] (whitespace) WhitespaceAfter: 'typecast' is not followed by whitespace. [ERROR] src/org/traccar/protocol/Arnavi4ProtocolDecoder.java:[18] (imports) AvoidStarImport: Using the '.*' form of import should be avoided - org.traccar.protocol.Arnavi4FrameDecoder.*. [ERROR] src/org/traccar/protocol/Arnavi4ProtocolDecoder.java:[102] (sizes) LineLength: Line is longer than 120 characters (found 125). [ERROR] src/org/traccar/protocol/Arnavi4ProtocolDecoder.java:[135,41] (blocks) AvoidNestedBlocks: Avoid nested blocks. | |||
2017-07-13 | Merge branch 'arnavi4_impl' | Ivan Muratov | |
2017-07-13 | Replace MODULO256 checksum method. | Ivan Muratov | |
Added covering tests. | |||
2017-07-13 | Basic ARNAVI4 binary protocol implementation is done. | Ivan Muratov | |
Supported 2 types of HEADER packets (v1, v2). Supported 3 types of PACKAGE DATA records: latitude, longitude and additional data (speed, satellites, altitude, course). | |||
2017-07-11 | Create duplicate of ARNAVI3 protocol implementation. | Ivan Muratov | |
Add an entry with ARNAVI4 port to the properties in default.xml. | |||
2017-07-11 | Support Gelileo command response | Anton Tananaev | |
2017-07-11 | Fix Galileo command encoder | Anton Tananaev | |
2017-07-09 | Enable status events by default (fix #3324) | Anton Tananaev | |
2017-07-09 | Implement GalileoSky protocol commands | Anton Tananaev | |
2017-07-09 | Uncomment SkyPatrol unit tests | Anton Tananaev | |
2017-07-09 | Add GB100 message sample | Anton Tananaev | |
2017-07-09 | Add Teltonika test case | Anton Tananaev | |
2017-07-09 | Update git submodulev3.13 | Anton Tananaev | |
2017-07-09 | Small tweak to setup script | Anton Tananaev | |
2017-07-09 | Compile for older Java | Anton Tananaev | |
2017-07-09 | Modify installation scripts | Anton Tananaev | |
2017-07-09 | Fix code style issue | Anton Tananaev | |
2017-07-09 | Check if fuel drop threshold is set | Anton Tananaev | |
2017-07-09 | Decode AZ735 protocol status | Anton Tananaev | |
2017-07-08 | Do not rename position and event keysv3.12 | Anton Tananaev | |
2017-07-08 | Update git submodule | Anton Tananaev | |
2017-07-08 | More changes to install scripts | Anton Tananaev | |
2017-07-08 | Split setup script again | Anton Tananaev | |
2017-07-08 | Add more integration tests | Anton Tananaev | |
2017-07-08 | Fix code check issues | Anton Tananaev | |
2017-07-08 | Update server version number | Anton Tananaev | |
2017-07-08 | Update Java libraries | Anton Tananaev | |
2017-07-05 | Implement simple caching | Anton Tananaev | |
2017-07-05 | Add new attribute keys (fix #3313) | Anton Tananaev | |
2017-07-04 | Decode AZ735 command results | Anton Tananaev | |
2017-07-02 | Merge pull request #3309 from ckrey/api-get-device | Anton Tananaev | |
[NEW] add GET device to API for external monitoring | |||
2017-07-02 | [FIX] permission check before getting device, eleminate unnecessary variable. | Christoph Krey | |
2017-07-01 | [FIX] get devices with IDs works like PositionResource | Christoph Krey | |
2017-06-30 | [NEW] add GET device to API for external monitoring | Christoph Krey | |
2017-06-30 | Merge pull request #3306 from ckrey/Aplicom-fix | Anton Tananaev | |
Ignore Aplicom Alive messages | |||
2017-06-30 | [FIX] use readable() instead of testing readableBytes() | Christoph Krey | |
2017-06-30 | [FIX] don't test frame decoder in protocol decoder test | Christoph Krey | |
2017-06-30 | Add Meitrack protocol test | Anton Tananaev | |
2017-06-29 | [FIX] Aplicom protocol does not ignore Alive messages #3305 | Christoph Krey | |
2017-06-29 | Add Meiligao alarm test case | Anton Tananaev | |
2017-06-28 | Fix user pemissions issue (fix #3302) | Anton Tananaev | |
2017-06-27 | Add more alarms for TK103 protocol | Anton Tananaev | |
2017-06-27 | Support AZ735 GT06 protocol variant | Anton Tananaev | |
2017-06-27 | Fix X1 GT06 photo decoding | Anton Tananaev | |
2017-06-27 | Add X1 GT06 photo test case | Anton Tananaev | |
2017-06-26 | Add support for X1 GT06 photos | Anton Tananaev | |
2017-06-26 | Merge pull request #3293 from Abyss777/smpp_reconnection | Anton Tananaev | |
Fix SMPP reconnection on enquire link failed | |||
2017-06-26 | Fix reconnection on enquire link failed | Abyss777 | |
2017-06-26 | Support X1 GT06 variant | Anton Tananaev | |