OpenLCP/acn
2021-07-26 22:48:01 -04:00
..
acn.h import from WiFlash 2021-05-27 10:59:22 -04:00
appliance.cpp documenaton churn 2021-07-26 22:47:25 -04:00
appliance.h formatting cleanup 2021-06-19 15:30:27 -04:00
component.h support for component names 2021-06-19 20:27:11 -04:00
dmp.cpp a few more doxygen blocks 2021-07-26 21:15:48 -04:00
dmp.h a few more doxygen blocks 2021-07-26 21:15:48 -04:00
pdu-stream.cpp move constructor out of header 2021-07-26 22:48:01 -04:00
pdu-stream.h move constructor out of header 2021-07-26 22:48:01 -04:00
pdu.cpp move pdu_stream class to it's own .h/.cpp files 2021-07-26 21:15:20 -04:00
pdu.h documenaton churn 2021-07-26 22:47:25 -04:00
README.md import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-tcp.cpp a few more doxygen blocks 2021-07-26 21:15:48 -04:00
rlp-tcp.h import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-udp.cpp a few more doxygen blocks 2021-07-26 21:15:48 -04:00
rlp-udp.h import from WiFlash 2021-05-27 10:59:22 -04:00
rlp.cpp input stream overload operators 2021-07-26 13:34:11 -04:00
rlp.h input stream overload operators 2021-07-26 13:34:11 -04:00
sdt-udp.cpp read from stream by data type, not length 2021-06-18 08:46:30 -04:00
sdt-udp.h import from WiFlash 2021-05-27 10:59:22 -04:00
sdt.cpp read from stream by data type, not length 2021-06-18 08:46:30 -04:00
sdt.h import from WiFlash 2021-05-27 10:59:22 -04:00

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]