This commit is contained in:
john30
2017-03-19 21:45:25 +01:00
parent a5e229aa81
commit f99d12cde3
+3
View File
@@ -14,6 +14,8 @@
* only allow a single scan at the same time * only allow a single scan at the same time
* check allowed value range for base types during decoding * check allowed value range for base types during decoding
* ignore first seconds of data when calculating symbols per second * ignore first seconds of data when calculating symbols per second
* exclude messages without name
* fix for potentially zero resolution
## Features ## Features
* added support for MQTT handling via libmosquitto (will be compiled in when library is available) * added support for MQTT handling via libmosquitto (will be compiled in when library is available)
@@ -33,6 +35,7 @@
* added option to use different source address QQ to read/write/hex commands * added option to use different source address QQ to read/write/hex commands
* enhanced scan for individual slave * enhanced scan for individual slave
* wait for broadcast scan answers before doing individual scans * wait for broadcast scan answers before doing individual scans
* enhanced SymbolString to be aware of master/slave and get rid of CRC (instead calculate while sending/receiving)
* allow unusually formatted MQTT topics * allow unusually formatted MQTT topics
* allow TTQ/TTH types to use less than 8 bits * allow TTQ/TTH types to use less than 8 bits