atlewee / node-red-contrib-sacn

Simple sACN output for Node-RED
MIT License
1 stars 4 forks source link

Support multiple interfaces #10

Open TimoteusRuotsalainen opened 1 year ago

TimoteusRuotsalainen commented 1 year ago

Hi,

I'm looking into adding support upstream in the e131 module for choosing which interface is used when sending out the sACN traffic. I would also like to add support for choosing the interface to this library. Currently the traffic is sent on the first interface only.

Do you have a preference in the way the default value would be set? An easy way would be to add a dropdown to the configuration node for selecting the interface and having the first interface preselected. This should not break existing setups and would allow the user to choose the interface.

Does this sound reasonable? If I made the pull request, would you be intrested in merging it?