aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol
AgeCommit message (Collapse)Author
2021-08-11Decode home WiFi networkAnton Tananaev
2021-08-11Additional OBD parametersAnton Tananaev
2021-08-10Additional TopFlyTech attributesAnton Tananaev
2021-08-08Fix alarm decodingAnton Tananaev
2021-08-07Fix alarm responseAnton Tananaev
2021-07-30Fix Mobicom G102 resultAnton Tananaev
2021-07-28Set location as validAnton Tananaev
2021-07-26Ruptela engine commandsAnton Tananaev
2021-07-26Fix protocol definitionAnton Tananaev
2021-07-22Support additional attributesAnton Tananaev
2021-07-21Add Transistor Software geolocationAnton Tananaev
2021-07-19Support Watch temperatureAnton Tananaev
2021-07-15Implement JT808 responsesAnton Tananaev
2021-07-15Remove watch overspeed alarmAnton Tananaev
2021-07-14Use correct next valueAnton Tananaev
2021-07-13Decode properties reportAnton Tananaev
2021-07-12Fix responseAnton Tananaev
2021-07-11Add missing alarmAnton Tananaev
2021-07-11Support iStartek command resultsAnton Tananaev
2021-07-07Support 900E fuel levelAnton Tananaev
2021-07-03Support iStartek PT60 formatAnton Tananaev
2021-07-02Initial STB IND protocol supportAnton Tananaev
2021-06-30Fix Space10X decoding exceptionAnton Tananaev
2021-06-30Ignore keepalive messagesAnton Tananaev
2021-06-30Fix services responseAnton Tananaev
2021-06-24Clarify code styleOliver Schramm
2021-06-24Improve compatibility with megastek devicesOliver Schramm
Megastek devices send some data which either is not fully compliant with the megastek protocol (by omitting some data) or which is (for our purposes) garbage data, which is only delimited with a single LF (0x0A).
2021-06-23Merge pull request #4702 from Thiritin/patch-1Anton Tananaev
Make field optional for the Megastek protocol
2021-06-23Fix spacing on commentThiritin
2021-06-22Handle negative altitude valuesAnton Tananaev
2021-06-22Make altitude optionalThiritin
2021-06-22Make it optionalThiritin
2021-06-19Fix harsh driving decodingAnton Tananaev
2021-06-17Update WatchProtocolDecoder.javal-e-o-n-c-e
2021-06-17Take "steps" value from LK framesl-e-o-n-c-e
"Steps" counter value is currently parsed from a complete GPS frame ony, but according to the protocol it is also transmitted in all "LK" keepalive frames, as well as the battery level. Example : [3G*123456789*000D*LK,1234,0,98] means 1234 steps counted and 98% battery level. Note : for this value to be incremented, the device should receive a 'PEDO,1' command (and 'PEDO,0' to stop the counter)
2021-06-16Support TLP1 and TLP2 formatsAnton Tananaev
2021-06-16Support AM01 protocolAnton Tananaev
2021-06-13Fix coordinates decodingAnton Tananaev
2021-06-12Decode general information messageAnton Tananaev
2021-06-12Support extended Portman formatAnton Tananaev
2021-06-12Fix testsAnton Tananaev
2021-06-12Support Kingwo protocolAnton Tananaev
2021-06-10Fix protocol responseAnton Tananaev
2021-06-05Merge pull request #4657 from PinCarBR/vt200_ignitionAnton Tananaev
Add ignition status to Vt200 Protocol
2021-06-05Modify Vt200ProtocolDecoderRafaelMiquelino
Change condition to read position to buf.readableBytes() > 2
2021-06-03Set type is a single placeAnton Tananaev
2021-06-03Support for Type - MicTrackJames
Support Type value for MicTrack protocol
2021-06-02Fix TAIP responseAnton Tananaev
2021-06-02Decode GSM signal and satellitesAnton Tananaev
2021-06-02Add Portman protocol supportAnton Tananaev