aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol
AgeCommit message (Collapse)Author
2017-03-15Decode more Galileo parametersAnton Tananaev
2017-03-14Re-implement StarLink protocol decoderAnton Tananaev
2017-03-10Merge pull request #2987 from jon-stumpf/masterAnton Tananaev
Removed execute permissions from source code files
2017-03-09Removed execute permissions from source code files;jon-stumpf
2017-03-10Fix Siwi protocol decoderAnton Tananaev
2017-03-08Fix Laipac protocol acknowledgementAnton Tananaev
2017-03-08Merge pull request #2979 from jon-stumpf/jss-add-infoAnton Tananaev
Additional Protocol Information
2017-03-07Removed unnecessary comments;jon-stumpf
2017-03-07Merge pull request #2982 from Abyss777/rename_data_and_textAnton Tananaev
Introduce terms "data" and "text" commands
2017-03-07Implement DMT protocolAnton Tananaev
2017-03-06Introduce terms "data" and "text" commandsAbyss777
2017-03-05Implement StarLink decoderAnton Tananaev
2017-03-05Merge pull request #2971 from Abyss777/sms_commandsAnton Tananaev
Implement SMS commands
2017-03-05Performed all KEY_POWER and KEY_BATTERY conversions using multiplication ↵jon-stumpf
versus division;
2017-03-05Converted all KEY_POWER and KEY_BATTERY to volts; Removed string "mV";jon-stumpf
2017-03-05Fixed bug in recording KEY_BATTERY in AplicomProtocol;jon-stumpf
2017-03-05Added "mV" to Position.KEY_POWER;jon-stumpf
2017-03-04Replaced hardcoded string with Position.KEY_DEVICE_TEMP in Mta6Protocol;jon-stumpf
2017-03-04Reverted code for "body tamper" in IdplProtocol;jon-stumpf
2017-03-04Reverted processing of panic button status in CarcellProtocol;jon-stumpf
2017-03-04Removed old comments that have been made redundant, as requested;jon-stumpf
2017-03-04Added Position.KEY_COMMAND;jon-stumpf
2017-03-04Recorded additional information in Aplicom protocol;jon-stumpf
2017-03-04Replaced hardcoded "pdop" with Position.KEY_PDOP;jon-stumpf
2017-03-04Recorded additional information in NavigilProtocol;jon-stumpf
2017-03-04Added comments as per the documentation;jon-stumpf
2017-03-04Replaced Position.KEY_SATELLITES with Position.KEY_SATELLITES_VISIBLE as per ↵jon-stumpf
section 2.3 in the documentation, Aplicom D v6.1.0;
2017-03-04Replace Position.KEY_DISTANCE with Position.KEY_ODOMETER_TRIP as per Section ↵jon-stumpf
3.1.1 in the documentation, v1.5;
2017-03-04Added Position.KEY_ODOMETER_SERVICE;jon-stumpf
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-03-04Renamed Position.KEY_TRIP_ODOMETER to Position.KEY_ODOMETER_TRIP;jon-stumpf
2017-03-04Added Position.KEY_OPERATOR and updated protocols accordingly;jon-stumpf
2017-03-04Updated protocols that used hardcoded strings where there are predefined KEYS;jon-stumpf
2017-03-04Updated protocols to record additional information as reported in comments ↵jon-stumpf
and confirmed in available documentation;
2017-03-04Fixed typo;jon-stumpf
2017-03-04Ensure that odometer is a number (fix #2967)Anton Tananaev
2017-03-02Remove BaseProtocolSmsEncoder classAbyss777
Add fallback to SMS if device is not online Use more variables and ternary operators
2017-03-02Implement sms commandsAbyss777
2017-03-02Implement Siwi protocol decoderAnton Tananaev
2017-03-02Implement Aplicom F protocolAnton Tananaev
2017-02-28Additional T55 attributesAnton Tananaev
2017-02-27Improve Teltonika parameters decodingAnton Tananaev
2017-02-26Some minor clean upAnton Tananaev
2017-02-26Merge pull request #2951 from jon-stumpf/jss-celltowerAnton Tananaev
CellTowers and capturing additional protocol information
2017-02-25Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle ↵jon-stumpf
restrictions;
2017-02-24Added US_ASCII Charset to ChannelBuffer.toString() call;jon-stumpf
2017-02-23Fix protocol name typoAnton Tananaev
2017-02-22Extend KHD protocol supportAnton Tananaev
2017-02-21Fixed TotemProtocol to only record vdop and pdop while parsing PATTERN1; ↵jon-stumpf
Increased maximum MethodLength to 160;
2017-02-21Updated AplicomProtocol to record KEY_VIN;jon-stumpf