An Art-Net library for ESP8266
You can download the master and place the folder in your ~/Documents/Arduino/libraries
folder.
Different examples are provided, here is a summary of what each example does.
This is a basic example that will print out the header and the content of an ArtDmx packet. This example uses the read() function and the different getter functions to read the data.
This is similar to ArtnetReceive but uses a callback to read the data.
This is a slightly changed Version of https://github.com/natcl/Artnet