jeffreykog / artnet-hue-entertainment

Near-realtime ArtNet control over Signify/Philips Hue lights using the new Hue Entertainment API
MIT License
39 stars 9 forks source link

Implement ArtPoll request/response handling #1

Closed jeffreykog closed 2 years ago

jeffreykog commented 3 years ago

The ArtNet protocol mandates that every node replies to ArtPoll packets for discovery of nodes in the network. We don't currently do this, but in order to be compliant with the protocol, we need to implement this.

jeffreykog commented 2 years ago

Currently implemented upstream in https://github.com/jeffreykog/node-artnet-protocol