Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | log error in geocoder | Gavriel Fleischer | |
2019-01-06 | Decode Atrack driver id | Anton Tananaev | |
2019-01-05 | Support Nyitech NT-183W protocol | Anton Tananaev | |
2019-01-04 | Log original exception | Anton Tananaev | |
2019-01-04 | Fix potential security issue | Anton Tananaev | |
2019-01-03 | Support alternative Atlanta L100 format | Anton Tananaev | |
2019-01-02 | Revert "Improve L100 decoder" | Anton Tananaev | |
This reverts commit 3254dbc | |||
2019-01-02 | Improve L100 decoder | Anton Tananaev | |
2019-01-01 | Merge pull request #4176 from mujeerhashmi/swaggerFixes | Anton Tananaev | |
Swagger.json: Fix typo and add type for attributes | |||
2019-01-01 | Swagger.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-31 | Decode additional Wristband data | Anton Tananaev | |
2018-12-31 | Handle Queclink GTSTC messages (fix #4173) | Anton Tananaev | |
2018-12-29 | Another Wristband update | Anton Tananaev | |
2018-12-29 | Another Wristband update | Anton Tananaev | |
2018-12-29 | Wristband respond with active mode | Anton Tananaev | |
2018-12-28 | Fix Wristband response | Anton Tananaev | |
2018-12-28 | Fix Wristband protocol response | Anton Tananaev | |
2018-12-28 | Wristband protocol response as text | Anton Tananaev | |
2018-12-27 | Fix Wristband protocol response | Anton Tananaev | |
2018-12-27 | Update Wristband decoder | Anton Tananaev | |
2018-12-27 | Merge pull request #4170 from mujeerhashmi/msg91sms | Anton Tananaev | |
SMS client: Changes to support msg91 | |||
2018-12-27 | SMS client: Changes to support msg91 | Syed 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-21 | Support PT100 protocol | Anton Tananaev | |
2018-12-21 | Handle long odometer values | Anton Tananaev | |
2018-12-18 | Merge pull request #4166 from mujeerhashmi/mapmyindia | Anton Tananaev | |
Implement MapmyIndia Reverse geocoder | |||
2018-12-18 | geocoder: Implement MapmyIndia Reverse geocoder | Syed 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-17 | Improve GPS103 decoding | Anton Tananaev | |
2018-12-17 | Add GL300 test case | Anton Tananaev | |
2018-12-17 | Merge pull request #4165 from iEvgeny/master | Anton Tananaev | |
Added group arg to forwarding | |||
2018-12-17 | Fixed indent | Evgeny S Maksimov | |
2018-12-17 | Added check of the group parameter. | Evgeny S Maksimov | |
2018-12-16 | Added group arg | Evgeny S Maksimov | |
2018-12-15 | Implement HERE reverse geocoder (fix #4142) | Anton Tananaev | |
2018-12-14 | Additional ArknavX8 attributes | Anton Tananaev | |
2018-12-14 | Add H002 unit tests | Anton Tananaev | |
2018-12-11 | Decode additional Ericar attributes | Anton Tananaev | |
2018-12-06 | Decode Suntech mode as status | Anton Tananaev | |
2018-12-06 | Decode PT60 cell information | Anton Tananaev | |
2018-12-05 | Support additional XRB messages | Anton Tananaev | |
2018-12-04 | Merge pull request #4156 from primavistalab/pv-changes | Anton Tananaev | |
Fix Galileo power units | |||
2018-12-04 | Fix Galileo power units | primavistalab | |
2018-11-30 | Support Suntech per device config | Anton Tananaev | |
2018-11-30 | Decode time correctly | Anton Tananaev | |
2018-11-29 | Change PT60 coordinates order | Anton Tananaev | |
2018-11-28 | Extend KHD / Sabo SPG02B support | Anton Tananaev | |
2018-11-26 | Decode ADM CAN data | Anton Tananaev | |
2018-11-26 | Support GT06 Lango OBD data | Anton Tananaev | |
2018-11-26 | Fix GV300W CAN decoding | Anton Tananaev | |
2018-11-26 | Add power off command | Anton Tananaev | |
2018-11-24 | Fix unit tests | Anton Tananaev | |