ESPAsyncE131 icon indicating copy to clipboard operation
ESPAsyncE131 copied to clipboard

Send support

Open netmindz opened this issue 2 years ago • 6 comments

Working on porting the send support written for the original non-async version to this library. Not sure what is needed to make it async

netmindz avatar Mar 14 '22 09:03 netmindz

Does it look like I'm doing the right bits so far @forkineye ?

netmindz avatar Apr 05 '22 18:04 netmindz

@forkineye this would very much be appreciated.. Just tried your code commits @netmindz and it wouldn't compile for any ESP32 board

cameronaffleck avatar Nov 23 '22 19:11 cameronaffleck

Just tried locally with ESP8266 and ESP32 and builds ok. Just also updated the CI to test too

netmindz avatar Nov 23 '22 20:11 netmindz

Just tried locally with ESP8266 and ESP32 and builds ok. Just also updated the CI to test too

What ESP32 board are you using, out of interest? I'll try again now just in case I was being thick...

cameronaffleck avatar Nov 23 '22 20:11 cameronaffleck

Just tried locally with ESP8266 and ESP32 and builds ok. Just also updated the CI to test too

What ESP32 board are you using, out of interest? I'll try again now just in case I was being thick...

So it now successfully compiles, but when looking at sACN data via sACNView, it shows that nothing is being transmitted - anything to look out for? Using WireShark, I can see that my ESP32 is transmitting to the broadcast address of 255.255.255.255 instead of the expected 239.255.0.1 (for my universe 1)

cameronaffleck avatar Nov 23 '22 21:11 cameronaffleck

It's by no means complete, was checking I was heading in the right direction before I wrote too much

netmindz avatar Nov 25 '22 21:11 netmindz