1
0
Fork 0

PDU hieracy flowchart

This commit is contained in:
Kevin Matz 2021-08-16 18:18:59 -04:00
parent 9a619b0e63
commit 069dd3ede8
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ A collection of C++ libraries for ESTA sponsored ANSI standards.
![ESTA Protocols Block Diagram](http://company235.com/img/establockdiagram.png)
## ACN PDU
E1.17 is designed around a hierarchical data structure of nested Protocol Data Units. These `PDU` may encapsulate one or more `PDU` of an embedded protocol, or be a data endpoint for that protocol. The following slide describes the relational hierocracy of the `PDU` within `ACN`, `sACN`, `RDMnet`, and `OTP`. Any omission in the tree is likely due to a combination of poor documentation within the standard and/or incomplete implementation within the library (IE. `SDT`.)
![PDU Hierarch Flowchart](http://company235.com/img/pduflowchart.png)
## Supported Standards
| Protocol Name | Standard | Implementation Status |