Coopdis / easyMesh

Library to create a simple mesh network on Arduino/esp8266
MIT License
527 stars 123 forks source link

Broadcast an Array #58

Open Gabriel-Graf opened 3 years ago

Gabriel-Graf commented 3 years ago

Hello,

i never used an esp until now and i am trying to learn these with a network projekt and this library. What i am interested about is if the library is able to broadcast an Array like an leds Array from the FastLED library?

My idea is that in the network will be a main node that will calculate the Led array and broadcast it to a node like this:

leds Array with the length 30; Main Node calculates the hole leds Array[30] and broadcasted it; First Node will use the first 10 of the hole array and another node the next 10 and so on.

Do someone think this will work with these library? Thanks.