mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
24 lines
721 B
ReStructuredText
24 lines
721 B
ReStructuredText
.. BACpypes glossary
|
|
|
|
Glossary
|
|
========
|
|
|
|
.. glossary::
|
|
|
|
upstream
|
|
Something going up a stack from a server to client.
|
|
|
|
downstream
|
|
Something going down a stack from a client to a server.
|
|
|
|
stack
|
|
A sequence of communication objects organized in a semi-linear sequence
|
|
from the application layer at the top to the physical networking layer(s)
|
|
at the bottom.
|
|
|
|
discoverable
|
|
Something that can be determined using a combination of BACnet objects,
|
|
properties and services. For example, discovering the network topology
|
|
by using Who-Is-Router-To-Network, or knowing what objects are defined
|
|
in a device by reading the *object-list* property.
|