1
0
Fork 0
OpenLCP/acn
Kevin Matz 13c71afe1a cleanup clang-tidy/clazy warnings 2021-05-27 15:35:28 -04:00
..
README.md import from WiFlash 2021-05-27 10:59:22 -04:00
acn.h import from WiFlash 2021-05-27 10:59:22 -04:00
appliance.cpp cleanup clang-tidy/clazy warnings 2021-05-27 15:35:28 -04:00
appliance.h import from WiFlash 2021-05-27 10:59:22 -04:00
component.h import from WiFlash 2021-05-27 10:59:22 -04:00
dmp.cpp cleanup clang-tidy/clazy warnings 2021-05-27 15:35:28 -04:00
dmp.h import from WiFlash 2021-05-27 10:59:22 -04:00
pdu.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
pdu.h import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-tcp.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-tcp.h import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-udp.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-udp.h import from WiFlash 2021-05-27 10:59:22 -04:00
rlp.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
rlp.h import from WiFlash 2021-05-27 10:59:22 -04:00
sdt-udp.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
sdt-udp.h import from WiFlash 2021-05-27 10:59:22 -04:00
sdt.cpp import from WiFlash 2021-05-27 10:59:22 -04:00
sdt.h import from WiFlash 2021-05-27 10:59:22 -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]