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
/
TytanProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2017-04-17
Normalize fuel level value
Anton Tananaev
2017-03-04
Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;
jon-stumpf
2017-03-04
Renamed Position.KEY_TRIP_ODOMETER to Position.KEY_ODOMETER_TRIP;
jon-stumpf
2016-12-20
Rename GSM to RSSI attribute
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-08-23
- Fixed units of KEY_ODOMETER to meters in some protocols
Abyss777
2016-08-17
Used ALARM_GENERAL for Tytan
Abyss777
2016-07-19
Move device id to a session
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2015-11-27
Remove unused imports and variable
Anton Tananaev
2015-11-24
Fix Tytan temperature data decoding
Anton Tananaev
2015-10-29
Refactor Sanav protocol decoder
Anton Tananaev
2015-10-29
Apply Tytan changes for 2.0 protocol
Anton Tananaev
2015-10-27
Remove unused vars and imports
Anton Tananaev
2015-10-26
Use hexDump instead of readHexString
Anton Tananaev
2015-10-20
Refactor bit utililies class
Anton Tananaev
2015-10-13
Fix unused and star imports
Anton Tananaev
2015-10-13
Fix some more style issues
Anton Tananaev
2015-10-13
Fix last reported FindBugs issues
Anton Tananaev
2015-10-09
Fix small issue in Tytan decoder
Anton Tananaev
2015-10-09
Fix some check style issues
Anton Tananaev
2015-10-09
Fix minor issues in Tytan decoder
Anton Tananaev
2015-10-08
Improve Tytan fuel decoding
Anton Tananaev
2015-10-04
Remove trailing whitespaces from code
Anton Tananaev
2015-09-28
Decode OBD odometer value
Anton Tananaev
2015-09-28
Decode extra Tytan parameters
Anton Tananaev
2015-09-26
Decode Tytan additional data
Anton Tananaev
2015-09-25
Decode status in Tytan decoder
Anton Tananaev
2015-09-24
Add new Tytan unit test cases
Anton Tananaev
2015-09-21
Support Tytan protocol version 2
Anton Tananaev
2015-09-03
Fix Tytan float decoding
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-07
Add Tytan status flags
Anton Tananaev
2015-05-07
Use lower case xml tags
Anton Tananaev
2015-05-07
Decode Tytan inputs correctly
Anton Tananaev
2015-05-05
Fix Tytan extra data decoding
Anton Tananaev
2015-05-04
Add new Tytan data code
Anton Tananaev
2015-05-04
Create prefixes for other data
Anton Tananaev
2015-05-04
Create other data keys
Anton Tananaev
2015-05-03
Add new Tytan dynamic code
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-27
Decode Tytan extra data
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2015-04-18
Implement Tytan protocol
Anton Tananaev