aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/BaseProtocolDecoder.java
AgeCommit message (Expand)Author
2016-12-15Fix style issuesAnton Tananaev
2016-12-15Reuse deviceId from position (fix #2660)Anton Tananaev
2016-12-09Moved declaration to section where it is usedPhilipp Prangenberg
2016-12-08Moving from GroupName to GroupID in default settingsPhilipp Prangenberg
2016-12-06Style changesPhilipp Prangenberg
2016-12-05BeautificationPhilipp Prangenberg
2016-12-05Added functionality to get group by name.Philipp Prangenberg
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-15Option to ignore session cache (fix #2372)Anton Tananaev
2016-09-27Merge pull request #2349 from dcbastos/masterAnton Tananaev
2016-09-25Implement server statistics collectionAnton Tananaev
2016-09-22Adds unknown devices automatically.Daniel Bastos
2016-07-19Correctly add device to activeAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-19Get device id from positionAnton Tananaev
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-05-10Add option to save empty messagesAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2015-11-30Print remote address for unknown devicesAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-11-16Add outdated position boolean flagAnton Tananaev
2015-11-09Add initial code for device statusAnton Tananaev
2015-10-20Decode GT06 LBS data and statusAnton Tananaev
2015-10-20Refactor GT06 protocol decoderAnton Tananaev
2015-10-13Remove data model and fix some issuesAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-07-17Add base protocol encoderAnton Tananaev
2015-07-17Start re-factoring commandsAnton Tananaev
2015-07-05Separate identity manager interfaceAnton Tananaev
2015-06-30Active devices in connection managerAnton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-06-24Save IP address in XML fieldAnton Tananaev
2015-05-12Clear device id if unidentifiedAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters (DataManager...jon-stumpf
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after cons...jon-stumpf
2014-10-21Eliminated the need for hardcoded protocol strings in the src/org/traccar/pro...jon-stumpf
2014-10-09Integrate c3p0 database libraryAnton Tananaev
2014-03-23Fix Norad decoder (fix #610)Anton Tananaev
2013-01-16Fix test casesAnton Tananaev
2013-01-16Fix meiligao decoder patternAnton Tananaev
2013-01-15Pass ServerManager to every protocol decoderAnton Tananaev