aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09Merge pull request #4435 from neuharthr/masterAnton Tananaev
Allow users to set the OpenCellID URL via the config file
2019-11-09Merge branch 'master' of https://github.com/neuharthr/traccar.gitRyan Neuharth
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-06Decode X1 ADC valuesAnton Tananaev
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
2019-10-23Decode battery infoAnton Tananaev
2019-10-17Add TT11 protocol supportAnton Tananaev
2019-10-17Support new message typeAnton Tananaev
2019-10-13Merge pull request #4413 from mujeerhashmi/swaggerFixesAnton Tananaev
Fix type's to avoid deserialize issues
2019-10-13swagger: Fix type's to avoid deserialize issues.Syed Mujeer Hashmi
2019-10-11Implement Pacific Track protocolAnton Tananaev
2019-10-11Support additional attributesAnton Tananaev
2019-10-11Add alarm test caseAnton Tananaev
2019-10-09Fix response typeAnton Tananaev
2019-10-09Merge pull request #4412 from rsvanda/jc100-alertsAnton Tananaev
Adds JC100 camera alarms
2019-10-09Added JC100 camera alarmsRadek Svanda