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
/
BaseProtocolDecoder.java
Age
Commit message (
Collapse
)
Author
2015-07-17
Add base protocol encoder
Anton Tananaev
2015-07-17
Start re-factoring commands
Anton Tananaev
2015-07-05
Separate identity manager interface
Anton Tananaev
2015-06-30
Active devices in connection manager
Anton Tananaev
2015-06-29
Merge commands implmentation (fix #1271)
Anton Tananaev
2015-06-24
Save IP address in XML field
Anton Tananaev
2015-05-12
Clear device id if unidentified
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-10-09
Integrate c3p0 database library
Anton Tananaev
2014-03-23
Fix Norad decoder (fix #610)
Anton Tananaev
2013-01-16
Fix test cases
Anton Tananaev
2013-01-16
Fix meiligao decoder pattern
Anton Tananaev
2013-01-15
Pass ServerManager to every protocol decoder
Anton Tananaev