aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-14Correction based on comments.Ivan Muratov
Re-write modulo256 checksum's parameter to byte array, not varargs. Split the tests to two methods for HEADER ver1 and ver2. Remove above-class copyrights, added top-file copyrights. Rename parcelNumber to index. Rename recordStartSign to recordType. Remove crearing additional buffer for record data, use origin buffer instead. Added check on minimal length of packet to avoid the out-of-range exceptions.
2017-07-13Merge branch 'anravi4_fix'Ivan Muratov
2017-07-13Fix 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-13Merge branch 'arnavi4_impl'Ivan Muratov
2017-07-13Replace MODULO256 checksum method.Ivan Muratov
Added covering tests.
2017-07-13Basic 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-11Create duplicate of ARNAVI3 protocol implementation.Ivan Muratov
Add an entry with ARNAVI4 port to the properties in default.xml.
2017-07-11Support Gelileo command responseAnton Tananaev
2017-07-11Fix Galileo command encoderAnton Tananaev
2017-07-09Enable status events by default (fix #3324)Anton Tananaev
2017-07-09Implement GalileoSky protocol commandsAnton Tananaev
2017-07-09Uncomment SkyPatrol unit testsAnton Tananaev
2017-07-09Add GB100 message sampleAnton Tananaev
2017-07-09Add Teltonika test caseAnton Tananaev
2017-07-09Update git submodulev3.13Anton Tananaev
2017-07-09Small tweak to setup scriptAnton Tananaev
2017-07-09Compile for older JavaAnton Tananaev
2017-07-09Modify installation scriptsAnton Tananaev
2017-07-09Fix code style issueAnton Tananaev
2017-07-09Check if fuel drop threshold is setAnton Tananaev
2017-07-09Decode AZ735 protocol statusAnton Tananaev
2017-07-08Do not rename position and event keysv3.12Anton Tananaev
2017-07-08Update git submoduleAnton Tananaev
2017-07-08More changes to install scriptsAnton Tananaev
2017-07-08Split setup script againAnton Tananaev
2017-07-08Add more integration testsAnton Tananaev
2017-07-08Fix code check issuesAnton Tananaev
2017-07-08Update server version numberAnton Tananaev
2017-07-08Update Java librariesAnton Tananaev
2017-07-05Implement simple cachingAnton Tananaev
2017-07-05Add new attribute keys (fix #3313)Anton Tananaev
2017-07-04Decode AZ735 command resultsAnton Tananaev
2017-07-02Merge pull request #3309 from ckrey/api-get-deviceAnton 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 PositionResourceChristoph Krey
2017-06-30[NEW] add GET device to API for external monitoringChristoph Krey
2017-06-30Merge pull request #3306 from ckrey/Aplicom-fixAnton 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 testChristoph Krey
2017-06-30Add Meitrack protocol testAnton Tananaev
2017-06-29[FIX] Aplicom protocol does not ignore Alive messages #3305Christoph Krey
2017-06-29Add Meiligao alarm test caseAnton Tananaev
2017-06-28Fix user pemissions issue (fix #3302)Anton Tananaev
2017-06-27Add more alarms for TK103 protocolAnton Tananaev
2017-06-27Support AZ735 GT06 protocol variantAnton Tananaev
2017-06-27Fix X1 GT06 photo decodingAnton Tananaev
2017-06-27Add X1 GT06 photo test caseAnton Tananaev
2017-06-26Add support for X1 GT06 photosAnton Tananaev
2017-06-26Merge pull request #3293 from Abyss777/smpp_reconnectionAnton Tananaev
Fix SMPP reconnection on enquire link failed
2017-06-26Fix reconnection on enquire link failedAbyss777