MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

Problems encountered in discover device. #15

Closed WwtGitHub closed 6 years ago

WwtGitHub commented 6 years ago

Receive equipment reports I - AM messages, perform IAmRequest handle method of the execution to 117 row DiscoveryUtils. The getExtendedDeviceInformation (localDevice, rd), timeout exception occurs, the timeout after retry mechanism for sending messages by default, after the success will not perform 118 lines of localDevice.getEventHandler().fireIAmReceived(rd). The code will not execute the iAmReceived method in the device listener, then retry can not solve the problem? Thanks.

mlohbihler commented 6 years ago

You appear to be using an old version of the software. The current supported version is 4.1.4.

WwtGitHub commented 6 years ago

Thank you.