Ondřej Hruška
Ondřej Hruška
or.. you know, `alias c="clear"` - then just `C` and you're done, no need for extra shortcut.
I didn't test with RPi4, but I know from experience that RPi3 had this limitation on some ports. Using `BOTHER` didn't work, even when used with one of the standard...
Thanks, that looks exactly like what I want! I'll see if the part about extra types can be ported to current master
Working on this in https://github.com/MightyPork/bacnet-stack/tree/extra-types There's some hairy bits - The jbennet branch used buffer capacity checking in the encode function, that's missing in master, so kept the checking but...
Hi Steve, just to follow up on this, I see the pull request with snprintf is merged. Is the library now in a good state to try porting the schedule...
Okay, thanks for the info and guidance. I somehow missed the previous reply. I'm planning to work on this in august, I'll be away for a week and then there's...
Hi Steve, I have a quick question, now looking into adding the schedule support: There are many functions like `int bacapp_decode_time_value(uint8_t *apdu, BACNET_TIME_VALUE *value)`, that do not have the `max_apdu_len`...
my WIP is now in a pull request #319 (not ready for merging yet)
Schedule decoding is now working, I tested it with real hardware: ``` $ ./bin/bacrp 2098178 17 10 123 (Mon: [02:00:00.00 inactive, 07:35:00.00 active]; Tue: [02:00:00.00 inactive, 07:35:00.00 active]; Wed: [02:00:00.00...
Thanks, what a weird restriction. It's fixed. I'll now try to test the encoding part