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

Add multi-daemon support #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PinkFreud
Copy link

This is code I wrote earlier this year for multi-daemon support for my arcade build.

It supports per-player plasma daemons, so that players can have individual plasma patterns. In my case, it's working on the Picade X HAT and a Player X board, but this should work on multiple Player X boards just as well.

The modifications here are simple - instead of relying on a statically defined FIFO and pidfile, let these be set on a per-daemon basis. The plasmactl client also has minor modifications to support specifying an alternate FIFO to talk to.

@Gadgetoid
Copy link
Member

This is a great idea, and I think I've managed to conflict it to all heck in the interim. Will try and unpick this when I have the time. Sorry for the loooonnnng delay getting back to you.

@PinkFreud
Copy link
Author

No problem! It took me far longer than it should have to remember to commit this to github, unfortunately - I think the official copy diverged quite a bit by the time I got around to doing so.

Even so, the changes for this should be pretty easy to implement - I haven't had a chance to update my copy yet, but I suspect it shouldn't be too difficult.

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

Successfully merging this pull request may close these issues.

2 participants