John
|
7ff161465a
|
reduce signal change logs when generating syn
|
2022-11-03 07:40:06 +01:00 |
|
John
|
6495851c7f
|
explicit error message when using https without ssl support compiled in
|
2022-11-03 07:35:44 +01:00 |
|
John
|
c31eb4cabd
|
do not try to read passive messages from the bus
|
2022-10-01 13:38:14 +02:00 |
|
John
|
b1d8f6f23b
|
allow using "--knxurl" as well
|
2022-09-25 15:08:39 +02:00 |
|
John
|
446a937cc0
|
recognize --dumpconfigto as invalid for env as well
|
2022-09-25 14:48:02 +02:00 |
|
John
|
9102c89258
|
remove unnecessary union, initialize all fields of dtlf_t
|
2022-09-25 13:16:57 +02:00 |
|
John
|
309ed1f885
|
tolerate missing POLLRDHUP definition
|
2022-09-24 18:34:01 +02:00 |
|
John
|
046fbebc35
|
fix unnecessary arbitration start
|
2022-09-24 17:57:24 +02:00 |
|
John
|
eb39bb7149
|
fix previous commit
|
2022-09-24 17:56:30 +02:00 |
|
John
|
6e4babd21d
|
docs
|
2022-09-24 17:30:19 +02:00 |
|
John
|
4f3115e0e7
|
allow multiple vars via env
|
2022-09-24 15:45:17 +02:00 |
|
John
|
1f742a6235
|
only update settings from args after verified as valid
|
2022-09-24 15:44:56 +02:00 |
|
Steffen Pankratz
|
90ddbcdb54
|
Fix compilation on Arch Linux.
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
|
2022-09-19 09:48:24 +02:00 |
|
John
|
7d8a87111a
|
fix for older compilers
|
2022-09-18 18:08:59 +02:00 |
|
John
|
5e025f733a
|
fix previous commit
|
2022-09-18 14:41:23 +02:00 |
|
John
|
5e6319d7b9
|
fix previous commit
|
2022-09-18 13:58:50 +02:00 |
|
John
|
b2f44805a2
|
report devices still being scanned in info command
|
2022-09-18 13:56:36 +02:00 |
|
John
|
c2666f7cb2
|
repeat failed scans
|
2022-09-18 13:39:39 +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
|
aa622f6f00
|
allow empty url
|
2022-09-17 18:13:39 +02:00 |
|
John
|
d18a1725cc
|
fix libs
|
2022-09-11 19:28:18 +02:00 |
|
John
|
795c16f584
|
ignore timeout calls
|
2022-09-11 17:54:24 +02:00 |
|
John
|
fdc509d5c5
|
undef debug methods in non-debug build
|
2022-09-10 14:50:12 +02:00 |
|
John
|
1612080391
|
add clockGetMillis()
|
2022-09-10 14:21:39 +02:00 |
|
John
|
327704ff3b
|
add optional millis to Wait(), fix waitNotified() time calculation
|
2022-09-10 14:21:24 +02:00 |
|
John
|
2b07439794
|
more abstraction, add knxnet/ip implementation and allow knxd in same binary as alternative to knxnet, start programming mode, docs
|
2022-09-10 14:18:16 +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 |
|
John
|
76dafd4783
|
continue initial scan until succeeded (solves #596)
|
2022-06-19 16:02:15 +02:00 |
|
 Steffen PankratzandGitHub
|
fa3361c014
|
fix compiler warning: deprecated std::binary_function (#609)
|
2022-06-19 14:17:44 +02:00 |
|
 Matthias WellmeyerandGitHub
|
8402727f03
|
fix receivetimeout unit in argpoptions (#610)
|
2022-06-19 14:14:26 +02:00 |
|
John
|
fce1088cc3
|
fix for some architectures (fixes #608)
|
2022-05-29 15:25:01 +02:00 |
|
John
|
c85ac26fc0
|
add max age to answer from cache
|
2022-05-14 11:17:29 +02:00 |
|
John
|
9b6fcd3330
|
Merge remote-tracking branch 'origin/master' into feature/knx
# Conflicts:
# ChangeLog.md
|
2022-05-14 08:19:38 +02:00 |
|
John
|
5422f4c29a
|
add write-read in absence of readable
|
2022-05-14 08:13:12 +02:00 |
|
John
|
c3eb1f3346
|
more logging
|
2022-05-14 08:12:36 +02:00 |
|
john30
|
458c8dfbc7
|
fix invalid short char option names
|
2022-05-13 18:10:38 +02:00 |
|
John
|
35b8156ba2
|
add short grab result
|
2022-05-08 19:41:08 +02:00 |
|
John
|
2e1fe7ba5b
|
add short grab result
|
2022-05-08 19:23:39 +02:00 |
|
John
|
09950419a7
|
Merge remote-tracking branch 'origin/master' into feature/knx
|
2022-05-01 15:49:09 +02:00 |
|
John
|
9455ff9694
|
fix for updating read pendant
|
2022-05-01 15:48:11 +02:00 |
|