Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | Handle Teltonika heartbeat | Anton Tananaev | |
2022-12-13 | Handle missing user id | Anton Tananaev | |
2022-12-12 | Fix imports | Anton Tananaev | |
2022-12-12 | Dedicated LocationIQ geocoder | Anton Tananaev | |
2022-12-11 | Improve T55 IP identification | Anton Tananaev | |
2022-12-10 | Fix cache updates | Anton Tananaev | |
2022-12-08 | Fix Teltonika temperature (fix #4993) | Anton Tananaev | |
2022-12-06 | Fix DMT Bolt2 alarms | Anton Tananaev | |
2022-12-04 | Improve permissions check | Anton Tananaev | |
2022-12-02 | Decode Cellocator CR300 reason | Anton Tananaev | |
2022-12-02 | Fix DualCam init response | Anton Tananaev | |
2022-11-27 | Update java versions | Anton Tananaev | |
2022-11-27 | Unknown device throttling | Anton Tananaev | |
2022-11-27 | Support GL600 GPS lock | Anton Tananaev | |
2022-11-24 | ATrack AK11 text responses | Anton Tananaev | |
2022-11-22 | Fix steps decoding | Anton Tananaev | |
2022-11-16 | Fix missing device | Anton Tananaev | |
2022-11-14 | Customizable Kafka topic | Anton Tananaev | |
2022-11-13 | Implement Kafka forwarding | Anton Tananaev | |
2022-11-13 | Refactor position forwarding | Anton Tananaev | |
2022-11-13 | Refactor event forwarding | Anton Tananaev | |
2022-11-13 | Fix manager permission (fix #4982) | Anton Tananaev | |
2022-11-10 | Add comment | Anton Tananaev | |
2022-11-06 | Handle missing cache | Anton Tananaev | |
2022-11-04 | Clean up command resource | Anton Tananaev | |
2022-11-03 | Add MD500S heartbeat response | Anton Tananaev | |
2022-11-03 | Fix response | Anton Tananaev | |
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 | 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-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-17 | Fix Suntech alert decoding | 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 | |