aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/ServerManager.java
AgeCommit message (Collapse)Author
2015-07-14Reduce dependencies on data manager (fix #954)Anton Tananaev
2015-07-14Use diamond operator for genericsAnton Tananaev
2015-07-12Re-factor configuration accessAnton Tananaev
2015-06-30Fix dynamic class loading (fix #1283)Anton Tananaev
2015-06-29Load protocols dynamically (fix #1280)Anton Tananaev
2015-06-29Some cleanup and license noteAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-06-26Change TR900 frame decoder (fix #1246)Anton Tananaev
2015-06-23Start MXT protocol implementationAnton Tananaev
2015-06-19Add UDP support for TR900 (fix #1246)Anton Tananaev
2015-06-07Fix Castel frame decoderAnton Tananaev
2015-06-05Simplify protocol configAnton Tananaev
2015-06-05Use correct decoder for CastelAnton Tananaev
2015-05-31Implement Castel protocolAnton Tananaev
2015-05-28Update ServerManager.javake5stl
Remove unneeded frameDecoder for UDP. thank you for looking!
2015-05-26Update ServerManager.javake5stl
allow the Queclink GL200 to support UDP as well as TCP connections. GL300 model devices (compatible with GL200 protocol, it seems) support UDP mode as well as TCP. UDP uses less battery though, so may allow the device to run a little bit longer on a charge.
2015-04-25Correct AVL301 frame decoderAnton Tananaev
2015-04-24Add AVL301 protocol supportAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2015-04-22Remove test listener from codeAnton Tananaev
2015-04-22Add latest position cacheAnton Tananaev
2015-04-18Implement Tytan protocolAnton Tananaev
2015-04-11Add support for MTX protocolAnton Tananaev
2015-04-11Add support for CalAmp protocolAnton Tananaev
2015-03-06Increase Wialon size limit (fix #1112)Anton Tananaev
2015-03-01Implement Xirgo protocolAnton Tananaev
2015-03-01Use little endian for BCEAnton Tananaev
2015-02-28Begin BCE implementationAnton Tananaev
2015-02-23Implemented AutoFon 4.5 protocol (also works for StarLine M10/M11/M16/M17 ↵Vitaly Litvak
devices)
2015-02-14Implement GoSafe protocol (fix #1079)Anton Tananaev
2015-02-12Add login back-endAnton Tananaev
2015-01-21Begin AutoFon protocol implementationAnton Tananaev
2015-01-21Implement XT013 support (fix #1035)Anton Tananaev
2015-01-16Implement protocol detectorAnton Tananaev
2015-01-15Start protocol detector implementationAnton Tananaev
2015-01-15Fix xexun server init methodAnton Tananaev
2015-01-15Move Xexun to 5006 portAnton Tananaev
2015-01-15Implement Ardi_01 protocolAnton Tananaev
2015-01-15Implement TR900 protocolAnton Tananaev
2015-01-15Create char delimiter frame decoderAnton Tananaev
2015-01-13Add frame decoder for UlbotechAnton Tananaev
2015-01-08Support Tramigo legacy protocolAnton Tananaev
2014-12-30Start Tramigo implementationAnton Tananaev
2014-12-24Initial Ulbotech implementationAnton Tananaev
2014-12-07Add UDP support for Atrack (fix #6)Anton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Eliminated the need for hardcoded protocol strings in the ↵jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-10-20Support PT502 binary messages (fix #825)Anton Tananaev
2014-10-09Integrate c3p0 database libraryAnton Tananaev
2014-10-01Change megastek frame decoder (fix #895)Anton Tananaev