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
/
H02ProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2016-06-20
Handle H02 messages with no time (fix #2035)
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2016-04-27
Rename ChannelBufferTools to BcdUtil
Anton Tananaev
2015-12-23
Fix hemisphere decoding for H02 protocol
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-11-27
Host database console using Jetty
Anton Tananaev
2015-11-27
Remove unused imports and variable
Anton Tananaev
2015-11-25
Improve H02 protocol decoder regex
Anton Tananaev
2015-11-08
Clean up Java code formatting
Anton Tananaev
2015-10-26
Use hexDump instead of readHexString
Anton Tananaev
2015-10-25
Remove unused and star imports
Anton Tananaev
2015-10-25
Refactor H02 protocol decoder
Anton Tananaev
2015-10-07
Rename pattern to upper case style
Anton Tananaev
2015-10-07
Replace Double.valueOf with parseDouble
Anton Tananaev
2015-10-07
Replace valueOf with parseXxx calls
Anton Tananaev
2015-10-05
Handle H02 empty validity flag
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-23
Fix minor formatting issues
Anton Tananaev
2015-09-23
Clean up code inspection issues
Anton Tananaev
2015-09-02
Decode H02 alarm status
Anton Tananaev
2015-07-28
Add H02 power info support
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-05-04
Create other data keys
Anton Tananaev
2015-04-29
Store other data in position
Anton Tananaev
2015-04-27
Remove unnecessary type casts
Anton Tananaev
2015-04-27
Remove unnecessary default values
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2015-03-08
Improve H02 regex pattern
Anton Tananaev
2014-10-21
Updated BaseProtocolDecoder constructor to take three parameters (DataManager...
jon-stumpf
2014-10-21
Made BaseProtocolDecoder members "final" as they should not change after cons...
jon-stumpf
2014-10-21
Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...
jon-stumpf
2014-04-08
Replace HOUR with HOUR_OF_DAY
Anton Tananaev
2014-01-05
Fix H02 binary decoder
Anton Tananaev
2013-10-23
Improve H02 decoders
Anton Tananaev
2013-08-31
Fix H02 binary decoder
Anton Tananaev
2013-08-21
Support TianQIN protocol
Anton Tananaev
2013-08-12
Fix typo in decoders
Anton Tananaev
2013-05-20
Add unit tests
Anton Tananaev
2013-05-02
Fix extended info XML format
Anton Tananaev
2013-02-06
Fix H02 protocol pattern
Anton Tananaev
2013-01-15
Pass ServerManager to every protocol decoder
Anton Tananaev
2012-12-04
Added unknown device logging (fix #102)
Anton Tananaev
2012-10-31
Properly handle connection closing (fix #62)
Anton Tananaev
2012-10-14
Add H02 support (fix #56)
Anton Tananaev