mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
606 stars 158 forks source link

change port #140

Open lightsun1323 opened 2 years ago

lightsun1323 commented 2 years ago

Hello I want to change the port to 2431 I want to connect to Deslight software through Artnet If you can help me to configure or change the IP for this software regards addam

ulri-me commented 1 year ago

If I understand your question correctly, then you want to change the artnet port from standard 6454 to your selection of 2431. https://github.com/mtongnz/ESP8266_ArtNetNode_v2/blob/4a1f803e6d3cd0946d18dc851ab2eeb200e828f4/libs/espArtnetRDM/artnet.h#L21 This configuration is done via this line.

Compile the project and flash the bin file to your microcontroller - then the change will take effect.