aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org
AgeCommit message (Collapse)Author
2019-11-29Detect binary messagesAnton Tananaev
2019-11-28Remove debugging codeAnton Tananaev
2019-11-25Merge pull request #4449 from lcsvcn/masterAnton Tananaev
Update XRB28 regex pattern
2019-11-25indentation fixLucas V C Nicolau
2019-11-25Update Xrb28ProtocolDecoder.javaLucas V C Nicolau
accept also 1
2019-11-24Decode battery voltageAnton Tananaev
2019-11-23Decode additional attributesAnton Tananaev
2019-11-23Use correct prefix for commandsAnton Tananaev
2019-11-23Decode binary dataAnton Tananaev
2019-11-21Handle spaces before speedAnton Tananaev
2019-11-21More flexible JSON formatAnton Tananaev
2019-11-21Support second ADC valueAnton Tananaev
2019-11-19Fix coordinates decodingAnton Tananaev
2019-11-14Solar Powered GPS protocolAnton Tananaev
2019-11-12Support WiFi and cell dataAnton Tananaev
2019-11-11Use correct decoderAnton Tananaev
2019-11-11Update response formatAnton Tananaev
2019-11-10Extend Plugin protocol supportAnton Tananaev
2019-11-10Decode binary alertsAnton Tananaev
2019-11-10Merge pull request #4436 from flocsy/set-languageAnton Tananaev
added language to watch protocol's set_timezone command
2019-11-10Decode more Huabao attributesAnton Tananaev
2019-11-11fixed NPE for optional language parameterGavriel Fleischer
2019-11-11Merge branch 'master' into set-languageGavriel Fleischer
# Conflicts: # src/main/java/org/traccar/StringProtocolEncoder.java # src/main/java/org/traccar/protocol/WatchProtocolEncoder.java
2019-11-10Implement Sigaba OutSafe protocolAnton Tananaev
2019-11-10Refactor string protocol encodersAnton Tananaev
2019-11-09Implement Topin protocolAnton Tananaev
2019-11-09added language to watch protocol's set_timezone commandGavriel Fleischer
2019-11-09replace missing command keys with empty stringGavriel Fleischer
2019-11-09Refactor constructorAnton Tananaev
2019-11-09Updated OpenCellId geolocation to utilize the URL parameter from theAnton Tananaev
configuration file in order to allow for changes to the end point. If not set, default URL is used for backwards compatibility.
2019-11-05Support Suntech ST390 protocolAnton Tananaev
2019-11-05Decode temperature and humidityAnton Tananaev
2019-11-05Decode inputs and outputsAnton Tananaev
2019-11-05Update Plugin protocolAnton Tananaev
2019-11-05Use mileage for odometerAnton Tananaev
2019-11-05Include index in responseAnton Tananaev
2019-11-04Decoding ignition valueAnton Tananaev
2019-11-04Fix ST600STT ignition decodingAnton Tananaev
2019-10-31Use correct speed unitsAnton Tananaev
2019-10-30Revert "Add PT215 frame decoder"Anton Tananaev
This reverts commit 14f5711c
2019-10-29Fix ack responseAnton Tananaev
2019-10-26Support binary Suntech protocolAnton Tananaev
2019-10-26Merge pull request #4427 from jfunston83/masterAnton Tananaev
Update DMT protocol to support Run Hours & Odometer
2019-10-26Update DmtProtocolDecoder.javajfunston83
2019-10-26Update DmtProtocolDecoder.javajfunston83
Fixed to use engine hours attribute. DMT devices send these values in seconds, converted to ms for the Hours values.
2019-10-26Extract battery from status fieldAnton Tananaev
2019-10-26Update DmtProtocolDecoder.javajfunston83
2019-10-26Update DmtProtocolDecoder.javajfunston83
2019-10-25Support for Odometer and Run Hoursjfunston83
Support for a number of DMT devices that track odometer and run hours.
2019-10-25Update DmtProtocolDecoder.javajfunston83