Replies: 1 comment
-
You can create as many
The The I created a gist that is about as simple as it can get. There is the slightly weird wrapping what would otherwise be keyword arguments inside a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best approach to using bacpypes3 inside a larger app has an asyncio default loop?
My test code just used the application.from_args() method, but that doesn't make sense here. I see a more general constructor, but have no idea how to feed it. I don't care much about the app's objects.
My model is that there is a separate class instance for each device that handles its IO. Is there a parallel concept in bacpypes3? If so, how do I get it? My config has both the ip address and the bacnet/ip address for each device.
thanks,
jerry
Beta Was this translation helpful? Give feedback.
All reactions