Bacnet protocol example

Hi,

Are there any test codes for implementation of bacnet protocol on humming board pulse. It will be helpful if provided any.

Thanks,
Kartheek

We have no out of the box demo’s for running bacnet on our hardware, but it should be possible as bacnet just runs over standard networking protocols ethernet/ip. The main source code available is on sourceforge, or mirrored on github, GitHub - bacnet-stack/bacnet-stack: BACnet Protocol Stack library provides a BACnet application layer, network layer and media access (MAC) layer communications services.

However it is probably easiest to get something up and running by installing a container for the client or server.