aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-01Swagger.json: Fix typo and add type for attributes.Syed Mujeer Hashmi
This fixes typo in attributes field of various model classes and add the type for attributes as "object". This is based on inputs from "https://swagger.io/docs/specification/data-models/dictionaries/" Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com>
2018-12-31Decode additional Wristband dataAnton Tananaev
2018-12-31Handle Queclink GTSTC messages (fix #4173)Anton Tananaev
2018-12-29Another Wristband updateAnton Tananaev
2018-12-29Another Wristband updateAnton Tananaev
2018-12-29Wristband respond with active modeAnton Tananaev
2018-12-28Fix Wristband responseAnton Tananaev
2018-12-28Fix Wristband protocol responseAnton Tananaev
2018-12-28Wristband protocol response as textAnton Tananaev
2018-12-27Fix Wristband protocol responseAnton Tananaev
2018-12-27Update Wristband decoderAnton Tananaev
2018-12-27Merge pull request #4170 from mujeerhashmi/msg91smsAnton Tananaev
SMS client: Changes to support msg91
2018-12-27SMS client: Changes to support msg91Syed Mujeer Hashmi
The authorization header may require different name:value pair for specifying token by the service provider. Add a config parameter "sms.http.authorizationName" to support this. In case of msg91, the name required is "authkey". The newline at the end of short templates are causing invalid json in request. Get rid of the newline using trim(). The required config to enable msg91 sms notifications are <entry key='notificator.types'>web,mail,sms</entry> <entry key='notificator.sms.manager.class'>org.traccar.sms.HttpSmsClient</entry> <entry key='sms.http.url'>http://api.msg91.com/api/v2/sendsms</entry> <entry key="sms.http.authorizationName">authkey</entry> <entry key='sms.http.authorization'>[YOUR TOKEN]</entry> <entry key='sms.http.template'> { "sender": "SOCKET", "route": "4", "country": "91", "sms": [ { "message": "{message}", "to": ["{phone}"] } ] } </entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com>
2018-12-21Support PT100 protocolAnton Tananaev
2018-12-21Handle long odometer valuesAnton Tananaev
2018-12-18Merge pull request #4166 from mujeerhashmi/mapmyindiaAnton Tananaev
Implement MapmyIndia Reverse geocoder
2018-12-18geocoder: Implement MapmyIndia Reverse geocoderSyed Mujeer Hashmi
MapmyIndia reverse geocoding is very helpful for the Indian subcontinent, It's "distance from nearest POI" detail embedded in the formatted_address field of the response is quite impressive for the reports. The Confirgurations required to be added in the config file "traccar.xml" are <entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>mapmyindia</entry> <entry key="geocoder.url">https://apis.mapmyindia.com/advancedmaps/v1</entry> <entry key="geocoder.key">YOUR_KeY</entry> <entry key="geocoder.format">%f</entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com>
2018-12-17Improve GPS103 decodingAnton Tananaev
2018-12-17Add GL300 test caseAnton Tananaev
2018-12-17Merge pull request #4165 from iEvgeny/masterAnton Tananaev
Added group arg to forwarding
2018-12-17Fixed indentEvgeny S Maksimov
2018-12-17Added check of the group parameter.Evgeny S Maksimov
2018-12-16Added group argEvgeny S Maksimov
2018-12-15Implement HERE reverse geocoder (fix #4142)Anton Tananaev
2018-12-14Additional ArknavX8 attributesAnton Tananaev
2018-12-14Add H002 unit testsAnton Tananaev
2018-12-11Decode additional Ericar attributesAnton Tananaev
2018-12-06Decode Suntech mode as statusAnton Tananaev
2018-12-06Decode PT60 cell informationAnton Tananaev
2018-12-05Support additional XRB messagesAnton Tananaev
2018-12-04Merge pull request #4156 from primavistalab/pv-changesAnton Tananaev
Fix Galileo power units
2018-12-04Fix Galileo power unitsprimavistalab
2018-11-30Support Suntech per device configAnton Tananaev
2018-11-30Decode time correctlyAnton Tananaev
2018-11-29Change PT60 coordinates orderAnton Tananaev
2018-11-28Extend KHD / Sabo SPG02B supportAnton Tananaev
2018-11-26Decode ADM CAN dataAnton Tananaev
2018-11-26Support GT06 Lango OBD dataAnton Tananaev
2018-11-26Fix GV300W CAN decodingAnton Tananaev
2018-11-26Add power off commandAnton Tananaev
2018-11-24Fix unit testsAnton Tananaev
2018-11-24Fix unit testsAnton Tananaev
2018-11-24Support GT06 ICCID decodingAnton Tananaev
2018-11-24Handle positive coordinates signAnton Tananaev
2018-11-24Update API documentationAnton Tananaev
2018-11-23Remove debugging codeAnton Tananaev
2018-11-23Implement C2STEK protocolAnton Tananaev
2018-11-23Update H002 protocolAnton Tananaev
2018-11-22Support H002 protocolAnton Tananaev
2018-11-20Handle different event typesAnton Tananaev