Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Must my app run as sudo to use the library? #534

Open
davthomaspilot opened this issue Apr 1, 2024 · 1 comment
Open

Must my app run as sudo to use the library? #534

davthomaspilot opened this issue Apr 1, 2024 · 1 comment

Comments

@davthomaspilot
Copy link

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?

@davthomaspilot
Copy link
Author

I guess I'll move the code that needs to run as sudo into a different application, then communicate with it over a socket.

Has anyone already done this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant