Running the Client as a Service for manual hubs?

Hi,
i don't see an option to specify a manual hub when running the client as a service.
I have to specify one, because there is no avahi working at my openWrt device (Carambola2).

#2

I will add that feature in the next version, 2.0.9.

In the meantime you can do the following to achieve the same behaviour:

1. Start the command prompt as an Administrator
2. Type net stop vhclient , that will stop the client service
3. Type notepad C:\Windows\system32\config\systemprofile\AppData\Roaming\vhui.ini
4. Add the server to the ManualHubs line e.g ManualHubs=192.168.1.3:7575
5. Type net start vhclient

It will now connect to the hub manually.