1
0
Fork 0
OpenLCP/protocols/acn
Kevin Matz e0d142797a fix flags+length writing 2021-09-01 12:24:48 -04:00
..
CMakeLists.txt protocols move out of top level directory 2021-08-24 18:30:44 -04:00
README.md protocols move out of top level directory 2021-08-24 18:30:44 -04:00
component.h additional documentation 2021-08-25 17:20:33 -04:00
pdu-stream.cpp additional documentation 2021-08-25 17:20:33 -04:00
pdu-stream.h additional documentation 2021-08-25 17:20:33 -04:00
pdu.cpp fix flags+length writing 2021-09-01 12:24:48 -04:00
pdu.h explicit referances in block processing 2021-09-01 12:23:30 -04:00

README.md

Library for E1.17 ACN

Architecture for Control Networks

Top level include

Include acn.h for full protocol support.

#include "acn.h"

Logical components

Protocol Handling

  • ACN Architecture

  • pdu.h: [ACN::PDU]

  • rlp.h: [ACN::RLP]

  • Device Management Protocol

  • dmp.h: [ACN::DMP]

  • Session Data Transport

  • sdt.h: [ACN::SDT]

EPI Support

  • EPI 17. ACN Root Layer Protocol Operation on UDP

  • rlp-udp.h: [ACN::RLP::UDP]

  • EPI 18. Operation of SDT on UDP Networks

  • sdt-udp.h: [ACN::SDT::UDP]

  • EPI 33. ACN Root Layer Protocol Operation on TCP

  • rlp-tcp.h: [ACN::RLP::TCP]