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).
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
I will add that feature in
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 service3. Type
notepad C:\Windows\system32\config\systemprofile\AppData\Roaming\vhui.ini
4. Add the server to the
ManualHubs
line e.gManualHubs=192.168.1.3:7575
5. Type
net start vhclient
It will now connect to the hub manually.
OK, in 2.0.9 i added the
OK, in 2.0.9 i added the commands
MANUAL HUB ADD,<address>[:port]
MANUAL HUB REMOVE,<address>[:port]
MANUAL HUB LIST
See here here for more information