aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol
AgeCommit message (Expand)Author
2017-07-26- Implement base manager classes as genericsAbyss777
2017-07-25Implement missing XT2400 parametersAnton Tananaev
2017-07-22Fix code style issueAnton Tananaev
2017-07-22Support GP6000 packed messagesAnton Tananaev
2017-07-22Another GT06 LBS and WiFi message typeAnton Tananaev
2017-07-22Add binary INF supportAnton Tananaev
2017-07-20Fix Aplicom E driver decodingAnton Tananaev
2017-07-19Implement JV200 ignition supportAnton Tananaev
2017-07-19Support Sinocastel version 3 protocolAnton Tananaev
2017-07-19Save GPS103 unhandled eventsAnton Tananaev
2017-07-18Implement additional Syrus dataAnton Tananaev
2017-07-18Refactor TAIP decoderAnton Tananaev
2017-07-17Fix build issues.Ivan Muratov
2017-07-17Refactoring of the ARNAVI4 protocol decoder.Ivan Muratov
2017-07-17Rewrite the code of frame decoder.Ivan Muratov
2017-07-15Implement binary GL200 protocolAnton Tananaev
2017-07-15Rename GL200 text protocol decoderAnton Tananaev
2017-07-15Implement GL200 frame decoderAnton Tananaev
2017-07-15Extend eelink protocol decoderAnton Tananaev
2017-07-15Fix TK103 identification issueAnton Tananaev
2017-07-14Fix build issues.Ivan Muratov
2017-07-14Upgrade the frame decoder and remove unnecessary check for the last end sign ...Ivan Muratov
2017-07-14Split responses to separate methods.Ivan Muratov
2017-07-14Merge pull request #3349 from Abyss777/driversAnton Tananaev
2017-07-14Use driverUniqueId instead of rfid in test script and OsmAnd protocolAbyss777
2017-07-14Add reading bytes from buffer for non-data packages.Ivan Muratov
2017-07-14Change signed byte to unsidned for tag value of movement speed.Ivan Muratov
2017-07-14Fix build issues.Ivan Muratov
2017-07-14Save driver identification (rfid/ibutton etc.) as driverUniqueId attributeAbyss777
2017-07-14Switch from the unnecessary creating the byte array to direct working with or...Ivan Muratov
2017-07-14Correction based on comments.Ivan Muratov
2017-07-14Implement extended Teltonika protocolAnton Tananaev
2017-07-13Fix build issues.Ivan Muratov
2017-07-13Replace MODULO256 checksum method.Ivan Muratov
2017-07-13Basic ARNAVI4 binary protocol implementation is done.Ivan Muratov
2017-07-13Fix another build issueAnton Tananaev
2017-07-13Fix build issueAnton Tananaev
2017-07-13Add Teltonika UDP testsAnton Tananaev
2017-07-12- Handle rfid attributes and populate driverUniqueIdAbyss777
2017-07-11Create duplicate of ARNAVI3 protocol implementation.Ivan Muratov
2017-07-11Support Gelileo command responseAnton Tananaev
2017-07-11Fix Galileo command encoderAnton Tananaev
2017-07-09Implement GalileoSky protocol commandsAnton Tananaev
2017-07-09Decode AZ735 protocol statusAnton Tananaev
2017-07-08Add more integration testsAnton Tananaev
2017-07-08Fix code check issuesAnton Tananaev
2017-07-05Add new attribute keys (fix #3313)Anton Tananaev
2017-07-04Decode AZ735 command resultsAnton Tananaev
2017-06-30Merge pull request #3306 from ckrey/Aplicom-fixAnton Tananaev
2017-06-30[FIX] use readable() instead of testing readableBytes()Christoph Krey