Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Merge pull request #4560 from mujeerhashmi/swagger-model | Anton Tananaev | |
swagger: Add missing 'phone' field in User model | |||
2020-07-11 | swagger: Add missing 'phone' field in User model | Syed Mujeer Hashmi | |
Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in> | |||
2020-07-09 | Extract class loading method | Anton Tananaev | |
2020-07-08 | Remove unused files | Anton Tananaev | |
2020-07-07 | Increase default watchdog timeout | Anton Tananaev | |
2020-07-07 | Fix handshake failure issue | Anton Tananaev | |
2020-07-07 | Change debug intellitrac port | Anton Tananaev | |
2020-07-07 | Decode missing alerts | Anton Tananaev | |
2020-07-05 | Update submodule commitv4.9 | Anton Tananaev | |
2020-07-05 | Another script update | Anton Tananaev | |
2020-07-05 | Another script update | Anton Tananaev | |
2020-07-05 | Update scripts | Anton Tananaev | |
2020-07-05 | Update env instructions | Anton Tananaev | |
2020-07-05 | Fix analysis issues | Anton Tananaev | |
2020-07-05 | Update version number | Anton Tananaev | |
2020-07-05 | Update Java dependencies | Anton Tananaev | |
2020-07-05 | Update funding yml | Anton Tananaev | |
2020-07-05 | Delete old template | Anton Tananaev | |
2020-07-05 | Update issue templates | Anton Tananaev | |
2020-07-05 | Add funding link | Anton Tananaev | |
2020-07-05 | Remove Travis CI integration | Anton Tananaev | |
2020-07-05 | Merge pull request #4556 from 7hemas7er/patch-1 | Anton Tananaev | |
Change element from <geoidheight> to <ele> | |||
2020-07-05 | Add GitHub action | Anton Tananaev | |
2020-07-05 | change element from <geoidheight> to <ele> | 7heMas7er | |
correct gpx file opening in some softwares | |||
2020-07-04 | Implement PST acknowledgement | Anton Tananaev | |
2020-07-04 | Support EasyTrack E3 protocol | Anton Tananaev | |
2020-06-30 | Improve Topin decoder | Anton Tananaev | |
2020-06-30 | Engine block commands for Portman | Anton Tananaev | |
2020-06-30 | Implement Mictrack Low Altitude Flight Decoder (#4546) | Geodelta | |
* Implement Mictrack Low Altitude Flight Decoder * Fix headers * Add MictrackLowAltitudeFlightProtocolDecoderTest test for position * Merge Mictrack and Mictrack Low Altitude Flight decoders * Remove empty line * Minor style changes based on code review * Cast msg Object to String once in MictrackProtocolDecoder Co-authored-by: Roeland Boeters <roeland@geodelta.com> | |||
2020-06-29 | Fix multiple alarms types comparison (#4552) | André Abreu | |
* Fix multiple alarms types comparison * renamed `alarmsStr` to `alarmsAttribute` * always filter when `alarmsAttribute` is null | |||
2020-06-28 | Engine block commands for Portman | Anton Tananaev | |
2020-06-28 | Support binary data | Anton Tananaev | |
2020-06-28 | Decode TK103 VIN number | Anton Tananaev | |
2020-06-24 | Fix formatting | Anton Tananaev | |
2020-06-24 | Decode GPS Sky China alarms | Anton Tananaev | |
2020-06-23 | Add PositionStack geocoder | Anton Tananaev | |
2020-06-23 | Make variable final | Anton Tananaev | |
2020-06-23 | Added TOPIN Update Time + Status Response (#4548) | Fluxpy | |
* added timeupdate to topin protocol * fixed status response topin protocol * fixed variable naming and writeShort recomendation from pull request comments * fixed typo, removed comment * added og comment Co-authored-by: Felix Huppert <felix@zeilen-sprung.de> | |||
2020-06-21 | Add single object GET API | Anton Tananaev | |
2020-06-20 | Update GT06 decoder | Anton Tananaev | |
2020-06-19 | Fix HTML format | Anton Tananaev | |
2020-06-19 | Missing Pacific Track attributes | Anton Tananaev | |
2020-06-17 | Add port configuration | Anton Tananaev | |
2020-06-17 | Implement Portman protocol | Anton Tananaev | |
2020-06-17 | Handle spaces in TK103 protocol | Anton Tananaev | |
2020-06-16 | Improve shared connection active device hadling | Anton Tananaev | |
2020-06-16 | Fix Oyster Sigfix decoding | Anton Tananaev | |
2020-06-16 | Update PST protocol | Anton Tananaev | |
2020-06-15 | Update WatchProtocolDecoder.java (#4544) | mattti-post | |
* Update WatchProtocolDecoder.java Based on documentation for watch protocol https://www.traccar.org/protocols/ 比电协议V1.8(20160926).doc * Update WatchProtocolDecoder.java | |||
2020-06-15 | Update WatchProtocolEncoder.java (#4545) | mattti-post | |
Based on protocol documentation, the implementation of Command.TYPE_POSITION_SINGLE is wrong. "RG" message is supposed to be issued when requesting location data from BTS (no gps signal) "CR" message instructs the terminal to wake up gps module immediately and send gps positions in 10 sec intervals during the timespan of 3 minutes. https://www.traccar.org/protocols/ Communication Protocol.doc 比电协议V1.8(20160926).doc https://github.com/tananaev/traccar/files/213814/3g.elec.comm.protocol.docx |