Adding BBMD and Foreign Device support for BACnet/IP.
This commit is contained in:
@@ -273,6 +273,11 @@ uint16_t bip_receive(BACNET_ADDRESS * src, /* source address */
|
||||
pdu_len = 0;
|
||||
}
|
||||
}
|
||||
#ifdef BBMD_ENABLED
|
||||
if (buf[1] <= 0x09) {
|
||||
bbmd_handler(&buf[0], received_bytes, &sin);
|
||||
}
|
||||
#endif
|
||||
|
||||
return pdu_len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user