Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-03 | Reuse checksum code | Anton Tananaev | |
2022-11-02 | Improve attribute type handling | Anton Tananaev | |
2022-11-01 | Better Meiligao commands | Anton Tananaev | |
2022-11-01 | Improve permission check | Anton Tananaev | |
2022-10-28 | Address in events report (fix #4761) | Anton Tananaev | |
2022-10-28 | Missing iStartek parameters | Anton Tananaev | |
2022-10-27 | Support Teltonika DualCam video | Anton Tananaev | |
2022-10-27 | Fix DT700 temperature decoding | Anton Tananaev | |
2022-10-26 | Remove duplicate token | Anton Tananaev | |
2022-10-26 | Merge pull request #4970 from jcardus/patch-1 | Anton Tananaev | |
Fix maintenance bugs | |||
2022-10-26 | added MaintenanceEventHandlerTest | jcardus | |
2022-10-26 | Update MaintenanceEventHandler.java | jcardus | |
trailing spaces | |||
2022-10-26 | 2 Bugs on maintenance | jcardus | |
According to the documentation: "Traccar can help control maintenance intervals of devices. There are two attributes to configure: maintenance.start and maintenance.interval. They can be set in device, group or server attributes. Traccar generates event every time totalDistance attribute gets over maintenance.start + maintenance.interval * N value where N is a natural number. Example: maintenance.start=6000000, maintenance.interval=8000000 Events will be generated when totalDistance goes over 6000 km, 14000 km, 22000 km and so on." In this example, the event won't be fired when it goes over 6000 km. If maintenance.interval < maintenance.start and maintenance.start is multiple of maintenance.interval then the event will be fired before maintenance.start because the comparison will be on negative numbers. Another solution would be to use absolute numbers on the comparison. Example: maintenance.start = 10 000 000 maintenance.interval = 2 000 000 the event will be fired when it goes over 2 000 000 the event wont' be fired when it goes over 10 000 000 | |||
2022-10-25 | Merge pull request #4969 from bharrisau/patch-1 | Anton Tananaev | |
Add CC888 heartbeat packet | |||
2022-10-26 | Huabao: code style - ordering | Ben Harris | |
Co-authored-by: Anton Tananaev <anton.tananaev@gmail.com> | |||
2022-10-25 | Huabao Protocol: Add CC888 heartbeat packet | Ben Harris | |
From CC888 protocol When vehicle engine is OFF, the device will stop uploading location information to platform server, it will send heart beat message to platform server every 2 minutes, the heart beat message ID is 0x0506, the message body of heart beat message is empty. The platform will reply device with general replay message ID 0x8001 | |||
2022-10-20 | Update GPS103 command (fix #4964) | Anton Tananaev | |
2022-10-20 | Add Minifinder HDOP | Anton Tananaev | |
2022-10-19 | Fix command queue issue | Anton Tananaev | |
2022-10-18 | Add BCE test case | Anton Tananaev | |
2022-10-18 | Add BCE frame tests | Anton Tananaev | |
2022-10-17 | Fix Suntech alert decoding | Anton Tananaev | |
2022-10-16 | Remove commented lines | Anton Tananaev | |
2022-10-16 | Improve Suntech support | Anton Tananaev | |
2022-10-15 | Fix MS SQL limit (fix #4958) | Anton Tananaev | |
2022-10-14 | MiniFinder Rex bark alarm | Anton Tananaev | |
2022-10-13 | Fix lint issues | Anton Tananaev | |
2022-10-13 | Refactor database code (fix #4961) | Anton Tananaev | |
2022-10-13 | Support OBD6 status message | Anton Tananaev | |
2022-10-12 | Fix G1RUS decoding | Anton Tananaev | |
2022-10-07 | Fix attributes test (fix #4956) | Anton Tananaev | |
2022-10-06 | Fix Huabao responses | Anton Tananaev | |
2022-10-06 | Fix TAT100 cell decoding | Anton Tananaev | |
2022-10-05 | Decode RFTRACK WiFi info | Anton Tananaev | |
2022-10-05 | Fix commands linked to group | Anton Tananaev | |
2022-10-05 | Additional RFTRACK data | Anton Tananaev | |
2022-10-05 | Support RFTRACK commands | Anton Tananaev | |
2022-10-04 | Concox Vl502 IMEI device id | Anton Tananaev | |
2022-10-04 | Safer cache request | Anton Tananaev | |
2022-10-04 | Disable query logging | Anton Tananaev | |
2022-10-02 | Use IP as id for NMEA | Anton Tananaev | |
2022-10-02 | Update submodule commitv5.4 | Anton Tananaev | |
2022-10-02 | Add integration tests | Anton Tananaev | |
2022-10-02 | Update version number | Anton Tananaev | |
2022-10-02 | Update Java dependencies | Anton Tananaev | |
2022-10-02 | Update gradle plugins | Anton Tananaev | |
2022-10-02 | Update protobuf version | Anton Tananaev | |
2022-10-02 | Update gradle version | Anton Tananaev | |
2022-10-02 | Remove duplicate class | Anton Tananaev | |
2022-10-02 | Use singletons where possible | Anton Tananaev | |