Pixout Lighting
Pixout Lighting
Yes, I have fixed this problem, you need to change code: echo "Performing Network check for $wlan" if ifconfig $wlan | grep -q "inet addr:" ; then echo "Network is...
I think it's possible. I have found #ifdef _WIN32 in e131.c file BTW, I'm planning to imrpove this library a bit because of lack of reaction here. https://github.com/pixout/libe131
I compiled it under MSbuild, at least it compiled well :)
Probably will be better to review those changes and all others I will create in future-related branch to prevent confusion.
I'm using ANSI E1.31 — 2018 and here is mentioned about discovery. It would be nice to add this functionality as well. If I have a time I will make...