Skip to content

Different BACnet networks support. #513

Discussion options

You must be logged in to vote

You are correct. If your application is on network 1 and there is a router from 1 -> 2 and 1 -> 3 (they might be the same device or different devices, and it might be 2 -> 3) then you have an intranet and you only need to be on one of the three at a time. Some controllers will be "local" (on the same network you are on) and some will be "remote" (one or more hops through routers). Grab an address on one of the networks, do a global broadcast Who-Is, and see what you get back:

$ python3 -m bacpypes3 --address 192.168.1.15/24
>>> whois *:*
...

There are cases where there are multiple intranets, groups of BACnet networks that don't talk to each other, but it can be handy to prowl around the…

Replies: 5 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@bbartling
Comment options

@christopherjohnson1535
Comment options

@JoelBender
Comment options

Comment options

You must be logged in to vote
1 reply
@christopherjohnson1535
Comment options

Comment options

You must be logged in to vote
4 replies
@christopherjohnson1535
Comment options

@ChristianTremblay
Comment options

@JoelBender
Comment options

@drewdepriest
Comment options

Answer selected by christopherjohnson1535
Comment options

You must be logged in to vote
2 replies
@JoelBender
Comment options

@JoelBender
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants