I'm getting ready to do a bunch of work to avoid running my application as sudo (pigpio bit banging stuff). But, I also need to control LED strips using the ws2811 library. So, maybe I need to include support for ws2811 in a daemon that my app communicates with over a socket (like pigs).
I know on Jessie and Bullseye, I did not need to run as sudo for this ws2811 library. But, answers to a couple of the issues imply that is now required?
I'm getting ready to do a bunch of work to avoid running my application as sudo (pigpio bit banging stuff). But, I also need to control LED strips using the ws2811 library. So, maybe I need to include support for ws2811 in a daemon that my app communicates with over a socket (like pigs).
I know on Jessie and Bullseye, I did not need to run as sudo for this ws2811 library. But, answers to a couple of the issues imply that is now required?