aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol
AgeCommit message (Collapse)Author
2016-07-21Remove unused importsAnton Tananaev
2016-07-21Do not close HTTP connectionAnton Tananaev
2016-07-20Remove unused importsAnton Tananaev
2016-07-20Update L100 protocol decoderAnton Tananaev
2016-07-20Revert temporary L100 removalAnton Tananaev
This reverts commit 21a8fb81a0aa88a7bc1cb6804da034ecc9a79bcd.
2016-07-20Adjust TK103 voltage valuesAnton Tananaev
2016-07-19automated check fixninioe
2016-07-19automated check fixninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19Change power to battery in GT06 decoderAnton Tananaev
2016-07-19Merge pull request #2127 from tananaev/refactorAnton Tananaev
Move device id to a session
2016-07-19changed to generic alarm type eventninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19Remove unused importsAnton Tananaev
2016-07-19Move device id to a sessionAnton Tananaev
2016-07-19Merge pull request #2126 from Abyss777/use_password_from_attributesAnton Tananaev
Use password from attributes to send command
2016-07-19Remove unnecessary checks and use cast instead toString()Abyss777
2016-07-19Fix an issue in TK103 decoderAnton Tananaev
2016-07-18Fix nested ifAbyss777
2016-07-18Use password for command from device attributesAbyss777
2016-07-18Decode MiniFinder status flagsAnton Tananaev
2016-07-18Support GT06 external power subtypeAnton Tananaev
2016-07-17- Fixed findbugs warning.drecchia
2016-07-17- Carcell protocol for devices: cr2000 and cr250.drecchia
2016-07-18Fix minor decoder issue for MegastekAnton Tananaev
2016-07-17Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-16Implement T800X custom commandsAnton Tananaev
2016-07-15- Fixed tags.drecchia
2016-07-15Merge pull request #2107 from drecchia/master-suntech-additional-commandsAnton Tananaev
Added new suntech commands
2016-07-15- Fixed output control command construction.drecchia
2016-07-14- Fixed styledrecchia
2016-07-14Support new eelink protocol messagesAnton Tananaev
2016-07-13- Removed trailing space.drecchia
2016-07-13- Fixed pull request issuesdrecchia
2016-07-13changes Anton asked meninioe
2016-07-12- Fix number of params.drecchia
2016-07-13Enable custom command for all protocolsAnton Tananaev
2016-07-12- Fix typpo.drecchia
2016-07-12- Added new commands.drecchia
2016-07-12- Added support for activate output1, reboot device and requestdrecchia
position.
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-07-12Fix issue in Hua Sheng frame decoderAnton Tananaev
2016-07-11Implement Teltonika commands (fix #1948)Anton Tananaev
2016-07-10- Fix typpo.drecchia
2016-07-09Fix code analytics issuesAnton Tananaev
2016-07-08- l10n strings for new command typesAbyss777
- Added identification command for wondex protocol
2016-07-08Implement PT502 photo requestAnton Tananaev
2016-07-08Support ADC for Galileo protocolAnton Tananaev
2016-07-08Merge pull request #2087 from Abyss777/masterAnton Tananaev
Fix typo in GranitProtocolDecoder