mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
23 lines
632 B
ReStructuredText
23 lines
632 B
ReStructuredText
.. BACpypes tutorial lesson 4
|
|
|
|
Addressing
|
|
==========
|
|
|
|
BACnet addresses come in five delicious flavors:
|
|
|
|
local station
|
|
A message addressed to one device on the same network as the originator.
|
|
|
|
local broadcast
|
|
A message addressed to all devices or nodes on the same network as the originator.
|
|
|
|
remote station
|
|
A message addressed to one device on a different network than the originator.
|
|
|
|
remote broadcast
|
|
A message addressed to all devices or nodes on a different network than the originator.
|
|
|
|
global broadcast
|
|
A message addressed to all devices or nodes on all networks known any device on any network.
|
|
|