hhromic / libe131

libE131: a lightweight C/C++ library for the E1.31 (sACN) protocol
Apache License 2.0
76 stars 19 forks source link

Unicast Server Example #8

Closed eshkrab closed 4 years ago

eshkrab commented 4 years ago

Hello again!

I'm refactoring my project and wanted to explore unicasting to the sACN server (the controller device) instead of multicast. LWIP limits how many sockets you can open (16) which limits me to only 16 universes in multicast, which is rather inconvenient. I see example & functions for unicasting from the client (setting unicast dest) but there is no unicast equivalent function of e131_multicast_join function. Do I understand correctly that opening an e131 socket for unicast isn't implemented, or am I missing something?

Thank you so very much for everything!