Added Who-Is-Router process for Notification Class recipient unknown router addresses. (#1243)

* Added Who-Is-Router-To-Network process in basic Notification Class when recipient address is missing the router MAC address.

* Added buffer_length parameter to octet string buffer decode functions

* Fixed BACnet address handling for I-Am-Router address updating the recipient list address for the next hop router.

* Changed VMAC encoding and decoding to use octet string buffer API to reduce stack RAM.
This commit is contained in:
Steve Karg
2026-02-25 09:58:38 -06:00
committed by GitHub
parent e11cd319da
commit cf4f62f7e0
14 changed files with 225 additions and 69 deletions
+3 -1
View File
@@ -41,9 +41,11 @@ The git repositories are hosted at the following sites:
### Added
* Added Who-Is-Router-To-Network process in basic Notification Class when
recipient address router MAC address is unknown. (#1243)
* Add initialization and unpacking functions for BACnet Character
String buffer structure. (#1242)
* Add Host-N-Port minimal encode and decode which utilizes the octet
* Added Host-N-Port minimal encode and decode which utilizes the octet
string and character string buffer encode and decode. (#1239)
* Added API for extending the basic Device object and children with
proprietary properties for ReadProperty and WriteProperty services. (#1238)