# RUST Sacn A Rust implementation of the ANSI E1.31 Streaming ACN protocol, tested against protocol version ANSI E1.31-2018. ### Support for * Sending and receiving data using the ANSI E1.31-2018 protocol over IPv4 and IPv6 * Unicast, Multicast and Broadcast Supported * Tested on Windows and Linux * Universe Synchronisation * Universe Discovery Originally forked from https://github.com/lschmierer/sacn and then further developed as part of a final year project at the University of St Andrews. TODO: distribution documentation (installation, testing etc.) ## INSTALLATION ### Prerequisites ## Getting Started ## Compliance Compliance with the ANSI E1.31-2018 protocol was tested (April 2020) and the results are shown at [https://github.com/Lan2u/RustSacn/blob/master/documentation/ANSI-E1.31-2018-Compliance-Check-List.pdf]. ## Testing ## Demo Implementation