aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/LaipacProtocolDecoder.java
AgeCommit message (Expand)Author
2018-10-17Decoders to accept generic protocolAnton Tananaev
2018-06-25Added validation of other statuses (R: repeating the message when the package...Kevin Goos
2018-06-08Migrate L, M, N protocolsAnton Tananaev
2018-03-22Clean up and refactor LaipacAnton Tananaev
2018-03-21Fixed formattingKevin Goos
2018-03-21Fixed formatting of the battery voltage commentKevin Goos
2018-03-21Fixed battery regexKevin Goos
2018-03-21Simplify battery voltageKevin Goos
2018-03-21Fixed formatting issueKevin Goos
2018-03-21Fixed small laipac issuesKevin Goos
2018-03-20Fixed formattingKevin Goos
2018-03-20Format line longer then 120 charactersKevin Goos
2018-03-20Switched network to differnt objectKevin Goos
2018-03-20Cleanup for cell infoKevin Goos
2018-03-20Fixed formattingKevin Goos
2018-03-19Fixed build errorsKevin Goos
2018-03-19Merged laipac and laipac kamel protocol to oneKevin Goos
2018-01-22Add new position constructorAnton Tananaev
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-08Fix Laipac protocol acknowledgementAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-08Support Laipac new message typeAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-10-27Remove unused classes importAnton Tananaev
2015-10-27Refactor Laipac protocol decoderAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-07Replace Double.valueOf with parseDoubleAnton Tananaev
2015-10-07Replace more valueOf with parseXxxAnton Tananaev
2015-10-06Rename some of checksum methodsAnton Tananaev
2015-10-06Implement Cityeasy protocol commandsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-23Clean up code inspection issuesAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-05-04Create other data keysAnton Tananaev
2015-04-29Store other data in positionAnton Tananaev
2015-04-27Remove unnecessary default valuesAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters (DataManager...jon-stumpf
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after cons...jon-stumpf
2014-10-21Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...jon-stumpf
2014-06-25Fix Laipac protocol decoderAnton Tananaev
2014-04-08Replace HOUR with HOUR_OF_DAYAnton Tananaev
2013-08-13Add Laipac protocolAnton Tananaev