aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-29Fix test for encoding gator commandseym45
2023-08-29Use already existing keys to get paramsseym45
2023-08-27Positioning Universal PUI EnterpriseAnton Tananaev
2023-08-27Extract base MQTT decoderAnton Tananaev
2023-08-27Support GPS GF-22 WiFi infoAnton Tananaev
2023-08-27Separate Starcom mileage valueAnton Tananaev
2023-08-26Update app iconsAnton Tananaev
2023-08-26Remove deleted account sessionAnton Tananaev
2023-08-26Fix odometer decodingAnton Tananaev
2023-08-26Decode Starcom Helios attributesAnton Tananaev
2023-08-26correction:Yuriy Piskarev
- fix alarm; - fix roaming; - rename field 44 to fuel without index (this is initial sensor in device); - rename field 53 to obdFuel (this is from CAN bus); - fix axle weight name; - fix breaks in default block.
2023-08-25correction of comments:Yuriy Piskarev
- rollback, returned the condition operator; - everything that fits in one line now; - fixed the key for fields 163-166; - parsing of fields 207-255 has been moved to default.
2023-08-24- update fork;Yuriy Piskarev
- refactor param checks, delete nulls; - add field 4 (alarm, armed); - add field 5 (roaming); - fix hours params; - fix accelerator and brake position keys; - move fields 78-83 (fuel temperature); - add fields 163-166 (high precision temperature); - add fields 167-170 (humidity); - add field 206 (diagnostics param); - add fields 207-255 (user parameters).
2023-08-24Merge branch 'traccar:master' into masterYuriy Piskarev
2023-08-23Add speed limit multiplier (fix #5161)Anton Tananaev
2023-08-22Remove unused importAnton Tananaev
2023-08-22Configurable TAIP speed unitAnton Tananaev
2023-08-21Atelematics battery levelAnton Tananaev
2023-08-22Reset MSG_SET_POSITION_REQUEST_INTERVAL to MSG_POSITION_PERIODICseym45
- As the Line is longer than 120 characters, changed the variable name to fix the issue
2023-08-22Add command to set speed limit and odometer for Gatorseym45
- Add test to verify position retrieval interval settings - Update key name MSG_POSITION_PERIODIC to MSG_SET_POSITION_REQUEST_INTERVAL
2023-08-22Fix position periodic command codeseym45
2023-08-22Add periodic position fetching command for Gator protocolseym45
2023-08-19Move from javax to jakartaAnton Tananaev
2023-08-19Support statistics attributesAnton Tananaev
2023-08-17Disable for UDP protocolsAnton Tananaev
2023-08-15Rename setEvent method to checkEventJamie Guthrie
2023-08-15Throw overspeed event immediately, accounting for minimumDurationJamie Guthrie
2023-08-13Support SL42 SL44 SL48 devicesAnton Tananaev
2023-08-13Support SL22 SL24 SL28 devicesAnton Tananaev
2023-08-10Set support for engine managementseym45
2023-08-10Add gator commands to manage engineseym45
2023-08-07fix: remove the AmqpClient shutdown hookRodolfo Silva
2023-08-07fix: add shutdown hook to close the AMQP connectionRodolfo Silva
2023-08-07fix: remove AMQP auto close connectionRodolfo Silva
2023-08-06Remove unused importAnton Tananaev
2023-08-06Additional CB212-C1005 dataAnton Tananaev
2023-08-04Support JC400 alarm messagesAnton Tananaev
2023-08-03Fix GT06 protocol conflictAnton Tananaev
2023-08-03Handle invalid Ruptela GPS (fix #5152)Anton Tananaev
2023-07-29Watch Protocol Decoder updateMohamed Khalil HADDED
2023-07-27Merge pull request #5144 from seym45/devAnton Tananaev
Add rollback command for Gator
2023-07-27Remove explicit test encodeIdseym45
- encodeId tested inside testEncode
2023-07-27Simplify encodeId method for Gator Protocolseym45
2023-07-26Resolve suggestionsseym45
- Define MSG_POSITION_REQUEST - Change comment "calibration" to "checksum"
2023-07-26Remove extra lineseym45
2023-07-26Refactor method encodeId and encodeContentseym45
- Replace method getCalibrationByteFromHexString with xor checksum - Rewrite method encodeContent with ByteBuf instead of String - Refactor encodeId by replacing short variable names and use ByteBuf
2023-07-26Format code structureseym45
2023-07-25Decode HS-5000G odometer valueAnton Tananaev
2023-07-25Handle ST410 no GPS dataAnton Tananaev
2023-07-25Change command typeseym45