Board Discovery
Posted: Mon Nov 14, 2011 6:15 am
I am trying to determine the best way to discover products that our company will deploy on a network that use the Netburner module. I will be developing an app in Visual C++ that needs to discover all of our products and provide the user with a list to choose from. This would be very similar to the way the Netburner tools work. It looks like either UDP Broadcasts or some form of Multicast would work. The problem I'm trying to solve is how to select the port numbers to use for the connection. Is there a "best practices" method that should be used here?