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
/
Stl060ProtocolDecoder.java
Age
Commit message (
Collapse
)
Author
2018-06-08
Migrate R and S protocols
Anton Tananaev
2018-01-22
Add new position constructor
Anton Tananaev
2017-07-14
Save driver identification (rfid/ibutton etc.) as driverUniqueId attribute
Abyss777
2017-04-17
Allow optional primitives
Anton Tananaev
2017-03-17
Merged Y4 and Y2 DateTimeFormats, simplifying switch;
jon-stumpf
2017-03-17
Fixed all comments for date and time to include format details;
jon-stumpf
2017-03-12
Implemented Parser.nextDateTime();
jon-stumpf
2017-03-04
Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;
jon-stumpf
2017-02-22
Add new Galileo attributes
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-08-11
Changed KEY_IGNITION to boolean in 3 protocols
Abyss777
2016-07-19
Move device id to a session
Anton Tananaev
2016-05-26
- Simplification of the hierarchy of models classes
Abyss777
- Removed automatically founded unnecessary imports
2016-05-04
Explicitly use ASCII charset
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-11-05
Refactor STL060 protocol decoder
Anton Tananaev
2015-10-19
Fix more check 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-12
Re-factor decoder interface
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-09
Fix new STL060 regex pattern
Anton Tananaev
2015-06-09
Add new STL060 format
Anton Tananaev
2015-05-04
More other data cleanup
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 default values
Anton Tananaev
2015-04-23
Major code refacroting
Anton Tananaev
2014-10-21
Updated BaseProtocolDecoder constructor to take three parameters ↵
jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21
Made BaseProtocolDecoder members "final" as they should not change after ↵
jon-stumpf
construction.
2014-10-21
Eliminated the need for hardcoded protocol strings in the ↵
jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-05-12
Fix STL060 decoder
Anton Tananaev
2014-04-08
Replace HOUR with HOUR_OF_DAY
Anton Tananaev
2014-02-24
Fix STL060 decoder
Anton Tananaev
2014-02-23
Implement STL060 protocol
Anton Tananaev