Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-19 | Updated TmpProtocolDecoder to record KEY_SATELLITES_VISIBLE, KEY_RSSI, and ↵ | jon-stumpf | |
"operator"; | |||
2017-02-18 | Added KEY_RSSI for protocols that had yet to record them; | jon-stumpf | |
2017-02-18 | Minimized duplication of code as requested; | jon-stumpf | |
2017-02-18 | Removed suggested KEY_FIX as requested; | jon-stumpf | |
2017-02-18 | Updated two other protocols to provide "satVisible" information; | jon-stumpf | |
2017-02-16 | Implemented changes to pull request as recommended by Anton; | jon-stumpf | |
2017-02-12 | Added !A and !C records as per data found in MiniFinderDecoderTest.java; | jon-stumpf | |
2017-02-12 | Removed frame delimiter from MiniFinder test data; | jon-stumpf | |
2017-02-11 | Fixed formatting in MiniFinder; | jon-stumpf | |
2017-02-11 | Fixed MiniFinder protocol to work as per the Eview EV-07S documentation ↵ | jon-stumpf | |
(from the original manufacturer); | |||
2017-02-11 | Added new keys: KEY_SATELLITES_VISIBLE and KEY_FIX; | jon-stumpf | |
2017-02-11 | Fixed typo in Position.ALARM_ACCELERATION; | jon-stumpf | |
2017-02-11 | Update web submodule commitv3.10 | Anton Tananaev | |
2017-02-11 | Fix some code issues | Anton Tananaev | |
2017-02-11 | Revert MS SQL library version | Anton Tananaev | |
2017-02-11 | Update Java libraries | Anton Tananaev | |
2017-02-11 | Update version numbers | Anton Tananaev | |
2017-02-11 | Merge pull request #2897 from danglotb/ampl-obddecodertest | Anton Tananaev | |
Improve test cases on ObdDecoder | |||
2017-02-10 | add test cases on decodeCodes | bdanglot | |
2017-02-11 | Implement Pricol acknowledgement | Anton Tananaev | |
2017-02-10 | Implement Pricol communication protocol | Anton Tananaev | |
2017-02-10 | Add Suntech unit test case | Anton Tananaev | |
2017-02-10 | Refactor Suntech protocol decoder | Anton Tananaev | |
2017-02-09 | Merge pull request #2887 from Abyss777/fix_2884 | Anton Tananaev | |
Fix 3.10 schema for MS SQL | |||
2017-02-09 | Split trigger to 3.7-mssql changeset | Abyss777 | |
2017-02-09 | Add trigger on group deleting | Abyss777 | |
2017-02-09 | Remove debugging code | Anton Tananaev | |
2017-02-09 | Implement new Aquila protocol | Anton Tananaev | |
2017-02-08 | - Replace fk_user_user_manageduserid in MS SQL with trigger | Abyss777 | |
- Drop defaultValue before add | |||
2017-02-08 | Merge pull request #2881 from gustavofcalmeida/master | Anton Tananaev | |
Fix MXT protocol response | |||
2017-02-07 | Removed unnecessary parameters | gustavofcalmeida | |
2017-02-07 | Fix MXT protocol response | gustavofarias | |
2017-02-07 | Merge pull request #2878 from Abyss777/commands_readonly | Anton Tananaev | |
Do not allow readonly users send commands | |||
2017-02-07 | Do not allow readonly users send commands | Abyss777 | |
2017-02-07 | Fix code style issue | Anton Tananaev | |
2017-02-07 | Fix MXT response (fix #2847) | Anton Tananaev | |
2017-02-07 | Add some Teltonika attributes (fix #2856) | Anton Tananaev | |
2017-02-07 | Implement GL505 cell decoding | Anton Tananaev | |
2017-02-06 | Merge pull request #2874 from Abyss777/forward_header | Anton Tananaev | |
Event forward header small improvement | |||
2017-02-06 | Event forward header small improvement | Abyss777 | |
2017-02-05 | Fix GL200 wifi message parsing | Anton Tananaev | |
2017-02-05 | Implement MXT response (fix #2847) | Anton Tananaev | |
2017-02-04 | Extend GPS103 protocol decoder | Anton Tananaev | |
2017-01-31 | Add H02 protocol test case | Anton Tananaev | |
2017-01-29 | Implement Pretrace protocol | Anton Tananaev | |
2017-01-29 | Merge pull request #2850 from ValeraVi/fix-geolocation | Anton Tananaev | |
Set Content Type in http header of geolocation request | |||
2017-01-29 | Merge pull request #2849 from ValeraVi/fix-geoloc-pos | Anton Tananaev | |
Reset additional parameters of GPS position after geolocation | |||
2017-01-29 | Merge pull request #2848 from ValeraVi/add-wifi-channel | Anton Tananaev | |
Added channel to WifiAccessPoint geolocation class | |||
2017-01-28 | Added channel to WifiAccessPoint geolocation class | Valerii 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-28 | Reset additional parameters of GPS position after geolocation | Valerii 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. |