Skip to content

Read bacnet device on the same host #522

Closed Answered by JoelBender
petrosernivka asked this question in Q&A
Discussion options

You must be logged in to vote

Two terminal windows...

A) python3 -m bacpypes3 --address 172.24.188.73/23:47808 --instance 10001 --name "Thing 1"
B) python3 -m bacpypes3 --address 172.24.188.73/23:47809 --instance 10002 --name "Thing 2"

In the second window read 172.24.188.73 device,10001 object-name. In BACnet terms the two applications are running on two different BACnet networks because broadcasts from one will not be received by the other, but the two applications themselves think they are peers because there is no SNET/SADR and DNET/DADR necessary for unicast PDUs.

Replies: 1 comment 1 reply

Comment options

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

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