aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2017-01-28- restored some original formattingssmipp
- use parser.nextInt() to get event value
2017-01-27Added some Telic events (alarm) #2793ssmipp
2017-01-27Clear deviceUsers cache before refreshAbyss777
2017-01-26Merge pull request #2835 from Abyss777/devicereadonly_aliasesAnton Tananaev
Device readonly user shouldn't be able edit attribute aliases
2017-01-26Device readonly user can't edit attribute aliasesAbyss777
2017-01-25Rise ignition events only if both positions has ignition attributeAbyss777
2017-01-25Merge pull request #2831 from Abyss777/permissions_polishingAnton Tananaev
Permissions improvements
2017-01-25- Add "deviceReadonly" user fieldAbyss777
- Allow users edit tokens - Managers can create users with deviceLimit = 0 only - Manager can't create users with expirationTime later then their - Other permissions improvements
2017-01-24Small GL200 decoder refactoringAnton Tananaev
2017-01-24Implement GL200 wifi supportAnton Tananaev
2017-01-20Minor Teltonika decoder improvementsAnton Tananaev
2017-01-20Merge pull request #2813 from srgian/feature/teltonika-decoder-with-udpAnton Tananaev
Added UDP support on Teltonika Decoder
2017-01-20Implement TMG188 protocolAnton Tananaev
2017-01-20Implement Huabao protocol commandsAnton Tananaev
2017-01-19Switched from getXxx to readXxx on bufferSrgian Danity
2017-01-19Implemented code review suggestionsSrgian Danity
- improved variables naming - droped bool 'connectionless' and used channel implementation for execution branching - CamelCasedAbbreviationsToo - optimized use of deviceSession
2017-01-18Added UDP support on Teltonika DecoderSrgian Danity
2017-01-18Properly decode Ulbotech ADC valuesAnton Tananaev
2017-01-17- rename otherUserId variableAbyss777
- optimize HashSet creation
2017-01-16- Rename otherUserId to managedUserIdAbyss777
- Optimize getManaged* functions
2017-01-16Merge remote-tracking branch 'upstream/master' into managerAbyss777
# Conflicts: # setup/default.xml
2017-01-16Initial manager implementationAbyss777
2017-01-16Only set network if not emptyAnton Tananaev
2017-01-16Add Watch protocol test caseAnton Tananaev
2017-01-15Always send Gator echo messageAnton Tananaev