What is the best way to do this? I want to stream data to 5-10 led strips (each with an esp8266) that are ~150 pixels long. So far I've identified these methods: UDP transmission, TCP client connections, and MQTT as possible alternatives. I'm looking for advice for the best way stream lots of data to lots of ESP8266s in general.
What is the best way to do this? I want to stream data to 5-10 led strips (each with an esp8266) that are ~150 pixels long. So far I've identified these methods: UDP transmission, TCP client connections, and MQTT as possible alternatives. I'm looking for advice for the best way stream lots of data to lots of ESP8266s in general.