john30
689c38610b
better defines for debugging
2023-09-17 15:50:11 +02:00
Alex Samorukov and GitHub
329c175b0c
message.h: remove std:binary_function
...
This PR removes 'binary_function' reference to fix error on freebsd/current
```
no member named 'binary_function' in namespace 'std';
```
binary_function is deprecated in C++11 and removed in C++17. Good thing that ebusd is not using it anyway, so IMHO it is safe to remove.
2023-07-19 19:48:23 +02:00
John
43d3599c73
fix for topic separator check ( closes #943 )
2023-07-08 11:47:04 +02:00
John
cd097b1d2b
higher config web service timeout, formatting
2023-06-17 10:25:12 +02:00
John
2c7cab3dc1
update year
2023-06-16 20:40:35 +02:00
John
0ede430ece
extra layer for device, more abstraction
2023-06-16 20:26:30 +02:00
John
9d08eec68e
better iterator
2023-06-16 19:45:29 +02:00
John
eb2af024a2
fix previous commit
2023-06-16 18:01:41 +02:00
John
c66bd85e03
fix invalid iterator usage (maybe related to #925 )
2023-06-11 12:04:48 +02:00
John
dd7c668af4
add updatecheck for v5
2023-06-11 10:46:07 +02:00
John
746b79d17e
fix previous commit
2023-06-04 08:11:51 +02:00
John
7134c82848
prefer const iterator
2023-06-03 19:52:19 +02:00
John
699f056381
add value list support
2023-06-03 10:45:08 +02:00
John
773a4dd661
improve compilability
2023-05-18 13:24:03 +02:00
John
e606772e9d
code style
2023-05-18 13:00:12 +02:00
John
e419c950d8
separate resolving+scanning to own interface+class and avoid use of extern
2023-05-18 12:24:50 +02:00
John
1895339e45
add timeout for info request and allow more being optional, support shorter config response, comments
2023-05-01 19:32:14 +02:00
John
9c0af7b95e
fix for variable datatype length bounds check ( fixes #805 )
2023-01-30 22:55:46 +01:00
John
fd47929f8e
add getStep() method
2023-01-30 22:06:06 +01:00
John
b42b798e54
formatting
2023-01-06 12:31:29 +01:00
John
88f54c0d7f
remove unused
2023-01-06 10:51:47 +01:00
John
eb007fe381
use preferred language for config file retrieval
2023-01-02 20:00:58 +01:00
John
5d3c6f097e
only send device update info when it is extractable
2022-12-18 09:45:56 +01:00
John
68540b1d6c
handle enhanced side data without bus signal as well
2022-12-17 18:57:13 +01:00
John
6a16cbf4fd
ignore invalid info response
2022-12-17 17:20:35 +01:00
John
f3d030c137
reveal enhanced device version in info cmd and add to update check, unify wait
2022-12-17 17:20:19 +01:00
John
cd6be6002d
tolerate side data to be retrieved until timeout
2022-12-17 16:48:07 +01:00
John
bc3e6110c7
use real min/max value for exp and do not check input against it
2022-11-13 17:48:15 +01:00
John
046fbebc35
fix unnecessary arbitration start
2022-09-24 17:57:24 +02:00
John
f3072afe81
increase expected enhanced proto completion timeout
2022-09-18 12:02:53 +02:00
John
cf9d0cc030
extract and use common socketConnect method and apply timeout on device connect (potential fix for #594 )
2022-09-18 12:01:29 +02:00
John
5eb0a47183
allow top level includes ( fixes #618 )
2022-09-18 08:19:56 +02:00
john30
ce6ea68f22
formatting, remove unused
2022-09-17 23:57:24 +02:00
John
cf6418c0ba
Merge remote-tracking branch 'origin/master' into feature/knx
2022-09-03 11:23:19 +02:00
John
c3dc90914c
abstract from knxd
2022-09-03 11:22:59 +02:00
John
c3273ebeb3
fix declaration
2022-09-03 11:20:50 +02:00
John
1418396971
Merge remote-tracking branch 'origin/master' into feature/knx
2022-08-31 20:34:09 +02:00
John
49a6014c43
add bootloader version and reset info, debugging
2022-08-31 20:25:22 +02:00
John
b1893abe7d
reset the connection completely if adapter was reset
2022-08-31 20:24:01 +02:00
John
1682a54ec5
Merge remote-tracking branch 'origin/master' into feature/knx
2022-08-27 18:24:41 +02:00
John
2cb186da46
fix high-speed enhanced serial mode
2022-07-30 17:53:25 +02:00
Steffen Pankratz and GitHub
fa3361c014
fix compiler warning: deprecated std::binary_function ( #609 )
2022-06-19 14:17:44 +02:00
John
fce1088cc3
fix for some architectures ( fixes #608 )
2022-05-29 15:25:01 +02:00
John
232164c866
started knx integration
2022-05-01 12:13:13 +02:00
John
ac7654e14d
prefer known bitcount instead of passed in length
2022-05-01 08:37:08 +02:00
John
65ad34013d
extract float conversion methods
2022-05-01 08:35:23 +02:00
John
891488bf22
do not build upper case variant as well if key contains slash
2022-04-30 15:38:43 +02:00
John
da52dc2eba
add keys()
2022-04-30 15:38:05 +02:00
John
ea5337fdaa
add option to add bits to setDataHandlerState()
2022-04-30 15:37:23 +02:00
John
101d0fcdfb
add optional clear flag to splitFields
2022-04-30 15:36:48 +02:00