aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/protocol
AgeCommit message (Collapse)Author
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
2021-06-01Ignore empty locations (fix #4687)Anton Tananaev
2021-06-01Implement custom command supportAnton Tananaev
2021-05-30Fix acknowledgement responseAnton Tananaev
2021-05-28Ack response for all typesAnton Tananaev
2021-05-27Implement ThinkPower protocolAnton Tananaev
2021-05-27Decode driver idAnton Tananaev
2021-05-27Merge pull request #4684 from Elsensee/patch-2Anton Tananaev
Fix poweroff alarm and extend megastek protocol
2021-05-28Fix trailing spacesOliver Schramm
2021-05-25Decode ignition valueAnton Tananaev
2021-05-25Fix voltage decodingAnton Tananaev
2021-05-26Adjust code styleOliver Schramm
2021-05-24Fix responseAnton Tananaev
2021-05-24Fix time and decode cell infoAnton Tananaev
2021-05-25Fix and add tests and add alert event typesOliver Schramm
2021-05-23Add flexible report protocolAnton Tananaev
2021-05-24Fix poweroff alarm and extend megastek protocolOliver S
2021-05-23Start R12W protocol implementationAnton Tananaev
2021-05-23Fix temperature decodingAnton Tananaev
2021-05-22Support Mictrack MT700 formatAnton Tananaev
2021-05-22Use long int for statusAnton Tananaev