BACnetServerExampleCPP
BACnetServerExampleCPP copied to clipboard
A basic BACnet IP server example written in C++ using the CAS BACnet Stack.
Steps to reproduce: 1. (Optional): Change the FD BBMD Address Host IP in the CASBACnetStackExampleDatabase.cpp to the IP Address of the device that is meant to receive the message. In...
[consoleLog.txt](https://github.com/chipkin/BACnetServerExampleCPP/files/12769952/consoleLog.txt) On start-up without changing anything, the BACnetServerExample outputs this error `Error: Not an opening tag with the correct tag number=[1]` in the console. We did not expect this error....