index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
protocol
/
TramigoProtocolDecoder.java
Age
Commit message (
Expand
)
Author
2018-01-22
Add new position constructor
Anton Tananaev
2017-08-10
Support seconds for Tramigo
Anton Tananaev
2017-07-08
Fix code check issues
Anton Tananaev
2017-03-04
Removed old comments that have been made redundant, as requested;
jon-stumpf
2017-03-04
Updated protocols to record additional information as reported in comments an...
jon-stumpf
2017-02-26
Some minor clean up
Anton Tananaev
2017-02-21
Updated TramigoProtocol to record KEY_RSSI, KEY_SATELLITES, KEY_SATELLITES_VI...
jon-stumpf
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-28
Fix code style issue
Anton Tananaev
2016-09-28
Decode Tramigo direction (fix #2377)
Anton Tananaev
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
2016-03-13
Add ignition support for Tramigo (fix #1771)
Anton Tananaev
2016-01-02
Correct date if device sends not full time
Anton Tananaev
2015-11-30
Always pass remote address to identify method
Anton Tananaev
2015-11-06
Replace Calendar with DateBuilder
Anton Tananaev
2015-10-25
Remove todos from tramigo decoder
Anton Tananaev
2015-10-08
Make protocol message types public
Anton Tananaev
2015-10-07
Replace Double.valueOf with parseDouble
Anton Tananaev
2015-10-04
Disable JavaScript strict mode
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-05-13
Implement units conversion class
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
2015-02-14
Specify date format locale (fix #1080)
Anton Tananaev
2015-01-08
Support Tramigo legacy protocol
Anton Tananaev
2014-12-30
Start Tramigo implementation
Anton Tananaev