Closed lcharpenwi6labs closed 1 year ago
After the Who-Is is sent and the I-Am's are received, Yabe is using Read-Property to get the device name for the display. You can do the same thing in your applications, maybe starting out with the discover-devices.py sample and adding a call to app.read_property()
for the object-name
property of the device object like there is one for the description
.
Hello. I am new in Bacnet. I used to visualize data with Yabe. I created a dummy network. Yabe sends a broadcast whois when a session starts. Here is how it is diplayed :
Some information like the name of the device are displayed.
When I send the same request with BACpypes3, I have the response:
Is there a way with BACpypes to have the same kind of information ?
Thanks for your help.