Steve Karg
Steve Karg
Some compilers or IDE or C libraries don't support strnlen() strlcpy() strlcat(). Add wrappers when the function is not supported which can be enabled by the project or compiler or...
Software Package Data Exchange® (SPDX®) is an open standard for communicating software bill of material information (including components, licenses, copyrights, and security references). Use SPDX short-form identifiers to communicate FOSS...
fix and extend BACnetReliability enum
Reduced MS/TP MAX_APDU to 480 from 1476 so that devices not use new MS/TP extended frame types which older routers do not understand. This fixes [#671].
### Discussed in https://github.com/bacnet-stack/bacnet-stack/discussions/636 Originally posted by **maimomohali** May 12, 2024 In case ai.c, Analog_Input_Alarm_Ack func switch (alarmack_data->eventStateAcked) { case EVENT_STATE_FAULT: if (CurrentAI->Acked_Transitions[TRANSITION_TO_FAULT].bIsAcked // check fault point of act_transition property...