aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/Arnavi4ProtocolDecoder.java
AgeCommit message (Expand)Author
2017-10-24Arnavi4 frame decoder's code reorganization based on traccar maintainer comme...Ivan Muratov
2017-07-17Fix build issues.Ivan Muratov
2017-07-17Refactoring of the ARNAVI4 protocol decoder.Ivan Muratov
2017-07-14Fix build issues.Ivan Muratov
2017-07-14Upgrade the frame decoder and remove unnecessary check for the last end sign ...Ivan Muratov
2017-07-14Split responses to separate methods.Ivan Muratov
2017-07-14Add reading bytes from buffer for non-data packages.Ivan Muratov
2017-07-14Change signed byte to unsidned for tag value of movement speed.Ivan Muratov
2017-07-14Fix build issues.Ivan Muratov
2017-07-14Switch from the unnecessary creating the byte array to direct working with or...Ivan Muratov
2017-07-14Correction based on comments.Ivan Muratov
2017-07-13Fix build issues.Ivan Muratov
2017-07-13Replace MODULO256 checksum method.Ivan Muratov
2017-07-13Basic ARNAVI4 binary protocol implementation is done.Ivan Muratov
2017-07-11Create duplicate of ARNAVI3 protocol implementation.Ivan Muratov