OpenLCP/acn
2021-08-16 11:36:36 -04:00
..
appliance.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
appliance.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
component.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
dmp.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
dmp.h note for potential future work 2021-08-16 11:36:36 -04:00
pdu-stream.cpp header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
pdu-stream.h review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
pdu.cpp header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
pdu.h C++20 template concepts in the comments 2021-08-16 11:07:31 -04:00
README.md import from WiFlash 2021-05-27 10:59:22 -04:00
rlp-tcp.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
rlp-tcp.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
rlp-udp.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
rlp-udp.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
rlp.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
rlp.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -04:00
sdt-udp.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
sdt-udp.h documentation and namespace cleanup 2021-07-30 09:11:32 -04:00
sdt.cpp review of stream condition checking throughout iStream path 2021-08-16 10:14:39 -04:00
sdt.h header, namespace, and whitespace cleanup 2021-08-15 23:36:29 -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]