aboutsummaryrefslogtreecommitdiff
path: root/src/org
AgeCommit message (Collapse)Author
2017-12-07Support TMG inputs and outputsAnton Tananaev
2017-12-07Minor T580w cleanupAnton Tananaev
2017-12-07Merge pull request #3643 from ValeraVi/t580wAnton Tananaev
T580w protocol implementation
2017-12-06Support eelink messages without GPSAnton Tananaev
2017-12-06Support JT701 protocol versionAnton Tananaev
2017-12-04T580W: Parameter in constructor to force alternative tk103 encoder for testsValerii Vyshniak
2017-12-03T580W: tk103 encoder alternative commands in separate class to be able to ↵Valerii Vyshniak
test them separately
2017-12-03Handle alternative eelink format (fix #3661)Anton Tananaev
2017-12-03T580W: start and stop frame symbols in data output from tk103 frame decoderValerii Vyshniak
2017-12-01Fix eelink udp length fieldAnton Tananaev
2017-12-01Support eelink UDP responseAnton Tananaev
2017-11-29handle cut power alarm for pt502Abraham Toriz
2017-11-29Fix TMG frame decoderAnton Tananaev
2017-11-28Remove debug commentAnton Tananaev
2017-11-28Fix eelink checksum and decode resultAnton Tananaev
2017-11-27- Fix local login if ldap enabledAbyss777
- Do not allow user edit own "Limit Command" permission
2017-11-28Implement new eeLink commandsAnton Tananaev
2017-11-27Support eeLink UDP formatAnton Tananaev
2017-11-27Handle invalid battery levelAnton Tananaev
2017-11-27Extend TMG to support BD312 protocolAnton Tananaev
2017-11-26Fix minifinder battery unitsAnton Tananaev
2017-11-25Remove Starcom gateway supportAnton Tananaev
2017-11-24Merge pull request #3624 from Shinryuken/payload-as-form-paramAnton Tananaev
Support for custom params on EventForwarder
2017-11-24Implement Starcom protocolAnton Tananaev
2017-11-23T580W: move frame start symbol handling from tk103 protocol decoder to frame ↵Valerii Vyshniak
decoder
2017-11-23T580W: proper names for variables in tk103 frame decoderValerii Vyshniak
2017-11-23Minor refactoringSrk
2017-11-24Decode GoSafe IO statusAnton Tananaev
2017-11-23T580W: tk103 frame decoder improvementsValerii Vyshniak
- skip garbarge before frame start to speed-up parsing; - speed-up free text block parsing; - some recovery procedure for stuck frames (becauce of wrong amount of start/end/free text frame symbols, etc.).
2017-11-22Minor refactoringSrk
2017-11-23Support GK310 long cell formatAnton Tananaev
2017-11-22Changing form methodSrk
2017-11-22Fix JT600 frame decoderAnton Tananaev
2017-11-22T580W: review comments fixes 3, re-implemented tk103 frame decoderValerii Vyshniak
2017-11-22Implement GK310 protocol extensionAnton Tananaev
2017-11-20T580W: review comments fixes 2Valerii Vyshniak
2017-11-20Refactoring: parameters only for one mode of eventForwarderSrk
2017-11-20Minor refactoringSrk
2017-11-20Minor refactoringSrk
2017-11-21Implement Oyster Sigfox protocolAnton Tananaev
2017-11-20T580W: review comments fixesValerii Vyshniak
2017-11-19Merge branch 'master' into payload-as-form-paramShinryuken
2017-11-19- Global jsonPrettyPrinting optionSrk
- Minor refactoring - Config option name changed from "event.forward.prettyPrintedPayload" to "config.mapper.prettyPrintedJson"
2017-11-18Rollback getting defaults without having an user instanceSrk
2017-11-18Rollback number as primitive typeSrk
2017-11-18Removing notification templates referencesSrk
2017-11-18Revert "User defaults when no User is available"Srk
This reverts commit 5117b2e64781161c9e06f57cbee217f174d5731e.
2017-11-18Revert "User defaults when no User is available"Srk
This reverts commit ccb2e9e5e0581406963ac63a9d08acb7c2549834.
2017-11-18T580W: add battery level to all eventsValerii Vyshniak
It is possible to use "processing.copyAttributes" configuration to have battery level in all events, but this will not work if battery events will be filtered somehow and dropped from DB, so it will be no event in DB with latest battery level. So, ensure all our events have latest battery level.
2017-11-18T580W: CommandsValerii Vyshniak