Jump to content

Folding@Home auto on/off with external Signal

Go to solution Solved by Eigenvektor,

The "FAHControl" program has the ability to control all kinds of things over port 36330 on remote systems. So yes that is possible, you just have to read a bit into their protocol.

 

Here's an intro to their API: https://github.com/FoldingAtHome/fah-control/wiki/3rd-party-FAHClient-API. If you look around a bit, there should be libs for some programming languages.

 

~edit: If you get the signal on the same machine the client is running, it's probably easier to use their CLI, e.g.

./FAHClient --send-pause
./FAHClient --send-unpause

 

Is there a way to tell the Folding@Home Client to pause folding when it gets an external Signal?

I only want folding to run if our photovoltaic system is running. (I get this information with an PLC).

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

The "FAHControl" program has the ability to control all kinds of things over port 36330 on remote systems. So yes that is possible, you just have to read a bit into their protocol.

 

Here's an intro to their API: https://github.com/FoldingAtHome/fah-control/wiki/3rd-party-FAHClient-API. If you look around a bit, there should be libs for some programming languages.

 

~edit: If you get the signal on the same machine the client is running, it's probably easier to use their CLI, e.g.

./FAHClient --send-pause
./FAHClient --send-unpause

 

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×