aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2019-11-09Implement Topin protocolAnton Tananaev
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
2019-10-23Decode battery infoAnton Tananaev
2019-10-17Add TT11 protocol supportAnton Tananaev
2019-10-17Support new message typeAnton Tananaev
2019-10-11Implement Pacific Track protocolAnton Tananaev
2019-10-11Support additional attributesAnton 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
2019-10-08Handle long status fieldAnton Tananaev
2019-10-05Decode ADC valuesAnton Tananaev
2019-10-05Fix frame decodingAnton Tananaev
2019-10-05Decode Falcom Mambo 2 battery infoAnton Tananaev
2019-09-30Add PT215 frame decoderAnton Tananaev
2019-09-28Implement ACK messageAnton Tananaev
2019-09-28Decode validity flagAnton Tananaev
2019-09-26Fix location decodingAnton Tananaev
2019-09-25Support M101 protocolAnton Tananaev
2019-09-25Convert to UDP protocolAnton Tananaev
2019-09-23Merge pull request #4397 from ninioe/masterAnton Tananaev
Watch protocol case fix
2019-09-22Adjust frame decoderAnton Tananaev
2019-09-21Implement PT215 protocolAnton Tananaev
2019-09-19watch protocol case fixErez Ninio
2019-09-18Support OBD dataAnton Tananaev
2019-09-17Adjust Gelileo photo decodingAnton Tananaev
2019-09-17Support SigFox JSON locationAnton Tananaev
2019-09-16Add missing alarmsAnton Tananaev
2019-09-15Fix analogue data decodingAnton Tananaev