alternatives to fah control?
Moderators: Site Moderators, FAHC Science Team
alternatives to fah control?
Hi there.
Are there any alternatives to fah control running under windows? I don't like the GTK interface, because I can't use it with any screen readers, except with the OCR addon for NVDA, which is patchy at best. (that's nonvisual desktop access, by the way, not Nvidia)
Hope someone out there can help.
Thanks.
Are there any alternatives to fah control running under windows? I don't like the GTK interface, because I can't use it with any screen readers, except with the OCR addon for NVDA, which is patchy at best. (that's nonvisual desktop access, by the way, not Nvidia)
Hope someone out there can help.
Thanks.
-
- Site Admin
- Posts: 7951
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2 - Location: W. MA
Re: alternatives to fah control?
The API was published, I don't recall anyone programming an alternative GUI app to use instead of FAHControl on Windows. A couple monitoring apps to run on iOS or Android did get released, I think one of them could also start and stop the folding slots.
The other alternative is controlling FAHClient from the command line. From the command line you can use FAHClient to send commands to the FAHClient process running in the background. If you want to look at what commands are available type FAHClient --help in a CMD shell.
You can also telnet into the running FAHClient process and issue commands. That would be telnet 127.0.0.1 36330 on a command line. There is a help command available. Not all telnet apps work properly on Windows, it has been too long since I last looked up ones known to work.
The other alternative is controlling FAHClient from the command line. From the command line you can use FAHClient to send commands to the FAHClient process running in the background. If you want to look at what commands are available type FAHClient --help in a CMD shell.
You can also telnet into the running FAHClient process and issue commands. That would be telnet 127.0.0.1 36330 on a command line. There is a help command available. Not all telnet apps work properly on Windows, it has been too long since I last looked up ones known to work.
iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: alternatives to fah control?
Does HFM also have control functions, or just monitoring?
-
- Site Moderator
- Posts: 6373
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: alternatives to fah control?
HFM can pause/resume/start/stop the slots. The only task that still requires FAHControl is the configuration of the clients.
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: alternatives to fah control?
Harlam says HFM can also send the finish command. It uses Windows Forms for.NET. It may support screen readers, but he doesn’t know.
So, your configuration choices are FAHControl, Web Control, command line, manual editing of config.xml while the client is not running, or a few third party utilities.
So, your configuration choices are FAHControl, Web Control, command line, manual editing of config.xml while the client is not running, or a few third party utilities.
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: alternatives to fah control?
If you’re ok suffering with the v8 beta, it uses a web browser interface. I don’t know if everything is properly marked up for screen readers. You could try it and complain loudly if anything is broken with screen readers.
Re: alternatives to fah control?
Yes, I'm trying the beta at the moment, and it's quite good, the web interface is a lot cleaner.
I am hoping that all configuration options will eventually be available to set through the web interface.
Are there any 3rd party utilities that can manipulate the config.xml file?
I am hoping that all configuration options will eventually be available to set through the web interface.
Are there any 3rd party utilities that can manipulate the config.xml file?
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: alternatives to fah control?
Not that I know of.
Most people risk editing with a text editor when the client is not running. If you get any syntax wrong the client is likely to crash at launch.
And you should know that v8 currently only reads config.xml. Anything exposed in web control is stored in the database. Such items are read from config.xml as first run default values.
I wrote a python script to configure v8 from the command line. There may be other tools.
Mine is announced here:
viewtopic.php?t=39241
Most people risk editing with a text editor when the client is not running. If you get any syntax wrong the client is likely to crash at launch.
And you should know that v8 currently only reads config.xml. Anything exposed in web control is stored in the database. Such items are read from config.xml as first run default values.
I wrote a python script to configure v8 from the command line. There may be other tools.
Mine is announced here:
viewtopic.php?t=39241
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: alternatives to fah control?
Everything important is in web control. Or will be.