BACnet B-DAP Device Address Proxy Profile

B-DAP is the BACnet Device Address Proxy profile (Annex L): a device that answers discovery on behalf of proxied devices, what it is

What B-DAP Is

A BACnet device profile is a standardized capability level: a checklist of things a device must be able to do before it can wear the label. B-DAP (BACnet Device Address Proxy) is defined in Annex L of ANSI/ASHRAE 135-2024 (clause L.7.7) as a router that provides device address proxying: it answers discovery on behalf of devices on its directly connected networks that cannot or do not respond for themselves.

It is a Miscellaneous-family profile, so a device can claim it alongside a profile from another family. The checklist items are BACnet Interoperability Building Blocks (BIBBs); a device documents its claim in its PICS (Protocol Implementation Conformance Statement).

Where It’s Used

B-DAP fits a router or gateway that speaks for quiet devices behind it.

  • Proxying for sleeping devices. Answering Who-Is with I-Am on behalf of low-power or intermittently connected devices that would otherwise miss the discovery.
  • Bridging constrained segments. Presenting devices on a slow or constrained network so a client on the backbone can discover them promptly.
  • A proxy built into a router. A device carrying the proxy function alongside its routing role, driven by the Device_Address_Proxy_Enable property of its Network Port objects.

Required Services

The table below is the exhaustive service set required by the B-DAP BIBBs. Initiates means the device sends the request or notification; Executes means the device receives and acts on it (responding, for confirmed services). BIBB codes encode the same split: a -A BIBB is the initiating side, a -B BIBB the executing side. A - means the profile does not require that direction; a device may still support it.

Capability areaServiceRequired by BIBBInitiatesExecutes
Data sharingReadPropertyDS-RP-B, DM-DAP-BYesYes
Data sharingWritePropertyDS-WP-B, DM-DAP-BYesYes
Data sharingReadRangeDM-DAP-BYes-
Data sharingAddListElementDM-DAP-BYes-
Data sharingRemoveListElementDM-DAP-BYes-
Device and network managementWho-IsDM-DDB-B, DM-DAP-B-Yes
Device and network managementI-AmDM-DDB-B, DM-DAP-BYes-
Device and network managementWho-HasDM-DOB-B-Yes
Device and network managementI-HaveDM-DOB-BYes-

The defining behavior is proxied discovery. The DM-DAP-B requirement means the device answers Who-Is and sends I-Am on behalf of the devices it proxies, and it maintains the proxy state using the initiating services above. Proxying is enabled per network through the Device_Address_Proxy_Enable property of the Network Port object.

ProfileHow it relates to B-DAP
B-RTRRouter: the base routing role; a B-DAP is a router that adds proxying
B-BBMDBroadcast Management Device: another network-infrastructure Miscellaneous profile
B-GWGateway: presents non-BACnet systems, a different infrastructure job

What Chipkin Provides

The CAS BACnet Stack implements device address proxying (DM-DAP-B) and the data-sharing and discovery services the B-DAP profile requires. Talk to us about building or integrating a B-DAP device on the stack.