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