aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-02-18Minimized duplication of code as requested;jon-stumpf
2017-02-19Handle unknown host exceptionAnton Tananaev
2017-02-18Removed suggested KEY_FIX as requested;jon-stumpf
2017-02-18Updated two other protocols to provide "satVisible" information;jon-stumpf
2017-02-18Implement Cellocator output controlAnton Tananaev
2017-02-18Support some Cellocator alarmsAnton Tananaev
2017-02-16Implemented changes to pull request as recommended by Anton;jon-stumpf
2017-02-17Fix H02 frame decoder (fix #2926)Anton Tananaev
2017-02-16Decode HDOP value for GL200Anton Tananaev
2017-02-16Revert H02 ignition once againAnton Tananaev
2017-02-16Refresh permissions for new devicesAnton Tananaev
2017-02-15Support language for Google geocoderAnton Tananaev
2017-02-15Remove check for valid in IgnitionEventHandlerAbyss777
2017-02-15Extend TMG protocol decoderAnton Tananaev
2017-02-14Fix H02 status decodingAnton Tananaev
2017-02-14Handle empty AT2000 message (fix #2662)Anton Tananaev
2017-02-13Remove some Teltonika paramsAnton Tananaev
2017-02-12Added !A and !C records as per data found in MiniFinderDecoderTest.java;jon-stumpf
2017-02-13Support Bitrek protocolAnton Tananaev
2017-02-11Fixed formatting in MiniFinder;jon-stumpf
2017-02-11Fixed MiniFinder protocol to work as per the Eview EV-07S documentation ↵jon-stumpf
(from the original manufacturer);
2017-02-11Added new keys: KEY_SATELLITES_VISIBLE and KEY_FIX;jon-stumpf
2017-02-11Fixed typo in Position.ALARM_ACCELERATION;jon-stumpf
2017-02-12Extend Galileo to support new tagsAnton Tananaev
2017-02-11Ignore invalid H02 messagesAnton Tananaev
2017-02-11Fix some code issuesAnton Tananaev
2017-02-11Implement Pricol acknowledgementAnton Tananaev
2017-02-10Implement Pricol communication protocolAnton Tananaev
2017-02-10Refactor Suntech protocol decoderAnton Tananaev
2017-02-09Remove debugging codeAnton Tananaev
2017-02-09Implement new Aquila protocolAnton Tananaev
2017-02-07Removed unnecessary parametersgustavofcalmeida
2017-02-07Fix MXT protocol responsegustavofarias
2017-02-07Do not allow readonly users send commandsAbyss777
2017-02-07Fix code style issueAnton Tananaev
2017-02-07Fix MXT response (fix #2847)Anton Tananaev
2017-02-07Add some Teltonika attributes (fix #2856)Anton Tananaev
2017-02-07Implement GL505 cell decodingAnton Tananaev
2017-02-06Event forward header small improvementAbyss777
2017-02-05Fix GL200 wifi message parsingAnton Tananaev
2017-02-05Implement MXT response (fix #2847)Anton Tananaev
2017-02-04Extend GPS103 protocol decoderAnton Tananaev
2017-01-29Implement Pretrace protocolAnton Tananaev
2017-01-29Merge pull request #2850 from ValeraVi/fix-geolocationAnton Tananaev
Set Content Type in http header of geolocation request
2017-01-29Merge pull request #2849 from ValeraVi/fix-geoloc-posAnton Tananaev
Reset additional parameters of GPS position after geolocation
2017-01-28Added channel to WifiAccessPoint geolocation classValerii Vyshniak
Some geolocation providers also accept wifi channel number to perfom the geolocation more precisely. So protocols can supply this additional information now.
2017-01-28Reset additional parameters of GPS position after geolocationValerii Vyshniak
When geolocation found a lat/lon from LBS/WIFI, only lat/lon and accuracy are updated. If protocol has copied "last" position to "Position" class before issuing the geolocation, then all other parameters of GPS position will be invalid (from "last" position). So this fix reset to 0 the altitude, speed, course and rssi.
2017-01-28Set Content Type in http header of geolocation requestValerii Vyshniak
Google geolocation API does not work correctly if "Content-Type:application/json" is not present in http header.
2017-01-28- removed telic events/alarms not available in traccarssmipp
2017-01-28- removed some commentsssmipp