Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDT Example and readme update #21

Merged
merged 15 commits into from
Jan 20, 2022
Merged

Conversation

justin-wong-ce
Copy link
Collaborator

Added BroadcastDistributionTable example and updated version number

fpSetPropertyEnabled(g_database.device.instance, CASBACnetStackExampleConstants::OBJECT_TYPE_NETWORK_PORT, g_database.networkPort.instance, CASBACnetStackExampleConstants::PROPERTY_IDENTIFIER_BBMD_ACCEPT_FD_REGISTRATIONS, true);
fpSetPropertyEnabled(g_database.device.instance, CASBACnetStackExampleConstants::OBJECT_TYPE_NETWORK_PORT, g_database.networkPort.instance, CASBACnetStackExampleConstants::PROPERTY_IDENTIFIER_BBMD_BROADCAST_DISTRIBUTION_TABLE, true);
fpSetPropertyEnabled(g_database.device.instance, CASBACnetStackExampleConstants::OBJECT_TYPE_NETWORK_PORT, g_database.networkPort.instance, CASBACnetStackExampleConstants::PROPERTY_IDENTIFIER_BBMD_FOREIGN_DEVICE_TABLE, true);
uint8_t bbmdIpAddress[6] = {192, 168, 1, 208, 0xBA, 0xC0};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't used hard-coded variables in the example

@justin-wong-ce
Copy link
Collaborator Author

Added debug callback example
Added comment to notify users about CAS BACnet Stack
Removed hardcoded BBMD Address/Port/Mask, instead asks user for input

@justin-wong-ce
Copy link
Collaborator Author

Bumped to version 0.0.14

@funvill funvill merged commit 1dc5b43 into chipkin:master Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants