how to create a virtual bacnet device with properties #486
-
Hi, I'm newer to this lib, now I want to create a virtual bacnet device with properties, and make it can be discovered by VTS in the network, how to do it? Would u give a simple example, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Look in the test folder manual_test_create_device.py it creates 4 devices that talk to each others |
Beta Was this translation helpful? Give feedback.
-
the app itself (bacnet), part of the async for loop, is the device that you create. Any BAC0 app is a BACnet device. a BAC0.device is another BACnet device, found on the network and with which you want to interact. |
Beta Was this translation helpful? Give feedback.
the app itself (bacnet), part of the async for loop, is the device that you create. Any BAC0 app is a BACnet device.
a BAC0.device is another BACnet device, found on the network and with which you want to interact.