Christian Tremblay

Results 114 comments of Christian Tremblay

Not sure why you need that. From BAC1, you can point directly to BAC0 (the port, not the app) using unicast (a direct connection). I see no need for an...

You probably don't need to "complete" and please note that there are bugs related to newer version of Bokeh... and I'm planning to deprecate this part of the software. Using...

Next version of BAC0 drops bokeh and everything else related to the web server.

You must run `python -m asyncio` This way, an event loop will be available. Then ```python import BAC0 bacnet = BAC0.start() ``` You can also play with a Jupyter Notebook....

Your problem is related to the nature of broadcast messages in BACnet. Your instance of BAC0 is in a different subnet than the controller you are pointing to. The part...

Also, if you cannot use the port 47808 on this host (because it's already in use maybe?), you can always define another IP address for the same network interface and...

> I am developing a bacnet connector and planning to deploy on docker. Do you think this will be an issue. I am also facing issue with developing on wsl2...

Probably another BACnet software running