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
/
MeitrackProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2015-10-26
Modify Meitrack frame decoder
Anton Tananaev
2015-10-26
Use indexOf method in decoders
Anton Tananaev
2015-10-13
Remove data model and fix some issues
Anton Tananaev
2015-10-09
Fix some FindBugs and style issues
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 more valueOf with parseXxx
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-23
Clean up code inspection issues
Anton Tananaev
2015-07-14
Use diamond operator for generics
Anton Tananaev
2015-07-12
Re-factor decoder interface
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-05-13
Implement units conversion class
Anton Tananaev
2015-05-04
More other data cleanup
Anton Tananaev
2015-05-04
Create prefixes for other data
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-23
Major code refacroting
Anton Tananaev
2015-03-17
Extend Meitrack decoder
Anton Tananaev
2015-03-08
Fix Meitrack regex pattern
Anton Tananaev
2014-12-07
Add Meitrack test case
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-09-30
Fix Meitrack decoder
Anton Tananaev
2014-07-27
Fix regex pattern (fix #784)
Anton Tananaev
2014-05-26
Fix T322 response message (fix #419)
Anton Tananaev
2014-05-24
Delete recorded data (fix #419)
Anton Tananaev
2014-05-21
Fix Meitrack decoder (fix #419)
Anton Tananaev
2014-05-17
Implement T322 protocol (fix #499)
Anton Tananaev
2014-05-10
Extend Meitrack protocol
Anton Tananaev
2014-04-08
Replace HOUR with HOUR_OF_DAY
Anton Tananaev
2014-01-31
Handle negative altitude (fix #535)
Anton Tananaev
2014-01-15
Convert meitrack speed to knots (fix #514)
Anton Tananaev
2013-11-09
Improve unit test verification
Anton Tananaev
2013-05-08
Fix meitrack decoder
Anton Tananaev
2013-05-02
Fix extended info XML format
Anton Tananaev
2013-01-15
Pass ServerManager to every protocol decoder
Anton Tananaev
2012-12-05
Added meitrack protocol (fix #103)
Anton Tananaev
[prev]