# ArtNetStack **Repository Path**: lgsg/ArtNetStack ## Basic Information - **Project Name**: ArtNetStack - **Description**: No description available - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-05 - **Last Updated**: 2021-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ArtNetStack =========== Art-Net by Artistic Licence allows for broadcasting DMX data via IP/UDP. This library is implementing the basic protocol for Java applications. http://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf Currently supported core features are: * **ArtPoll** Encode and Decode ArtPoll Packet * **ArtPollReply** Encode ArtPollReply * **ArtTimeCode** Encode and Decode ArtTimeCode * **ArtDMX** Encode and Decode ArtDMX Currently supported events features are: * **Art** ArtNet packet event catch * **ArtPoll** ArtPoll event catch * **ArtPollReply** ArtPollReply event catch * **ArtTimeCode** ArtTimeCode event catch * **ArtDMX** ArtDMX event catch * **onTerminate** Server is die and disconnected * **onConnect** Server has binding address Currently supported protocols are: * **Broadcast** Broadcast protocol (100%) * **Unicast** Unicast protocol (0%)