OpenLCP/acn
2021-08-24 18:10:20 -04:00
..
CMakeLists.txt project restructure + version bump 0.2.0 2021-08-24 18:10:20 -04:00
component.h project restructure + version bump 0.2.0 2021-08-24 18:10:20 -04:00
pdu-stream.cpp stream operators for signed integers 2021-08-20 10:13:00 -04:00
pdu-stream.h project restructure + version bump 0.2.0 2021-08-24 18:10:20 -04:00
pdu.cpp use istream.ignore() for a tighter loop 2021-08-19 12:56:12 -04:00
pdu.h project restructure + version bump 0.2.0 2021-08-24 18:10:20 -04:00
README.md 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]