Support

Description

Support for VirtualHere hardware and software

VirtualHere USB Server on Amazon FireTV

Forums

Hello,

i installed VirtualHere Server on a Amazon FireTV (new firmware upgrade) to share my printer or a webcam in the network. It would be a great new feature for this popular android device.

I can start the app and select the printer/flashdrive as a device. When i try to start the USB Server i get the message "unknown deamon state (Unknown)". Also a flash drive is not working.

Is there anything i can do?

Thanks

Client SSL Configuration

Forums

<p>Is there any way to configure within the client, each hub's SSL port on a per-hub/server basis? Or perhaps to enable/disable client-side SSL support on a per-server basis?
</p>
<p>This would be most useful when there's more than one VHUSBIP server behind a single NATed gateway.
</p>
<p>For instance.<br />
1) User wants to connect from an AWS WorkSpace (a NATed environment), to a VHUSBIP server running behind a local NAT gateway.<br />

Are you sure? (Prompt Question)

Forums

Hi,

I'm having a problem when I reboot my Mac, the VirtualHere client is asking the question, "Are you sure you want to quit" But the problem is the window server has already quit and the screen is black. I basically have to power down the machine if I don't remember to quit the client before I hit reboot.
Is there a way to make a preference item to not ask the users if they want to quit?

BSOD with vhui32.exe 2.8.3 on Windows XP SP3

Forums

Hi!

I can reproduce a BSOD (blue screen of death) with the message "IRQ_NOT_LESS_OR_EQUAL" on my notebook here.
It is running Windows XP SP3 and vhui32 2.8.3.
The server is a RasPi 2 with server version 2.1.1 running.

The connection between the client and the server is over a 2Mbit/s SDSL link.
I tried both setups for the connection between the vusb client and vusb server: SSL and plain TCP over IPsec-VPN -> same result -> BSOD

SSL with mutual certificate authentication

Forums

Hello!

Would it be possible to extend the SSL support with mutual certificate authentication where the client also has to show its certificate to the server so that the server can check if the client is allowed to connect?

Why?
Ease the use of clients and server when they are directly connecting over the internet without any additional tools (e.g. openvpn, stunnel, plink, etc.).

Thanks,
Christian

Win 7 port device driver not loading

Forums

I have downloaded the most recent Client and attempted to install (using admin) on two different computers. One a 32 bit laptop and one a 64 bit tower. In both cases the two hubs show up in the Programs and Features listing. Opening the Client, the server side shows up as well as the device itself. Right clicking, selecting Use and then looking in the Windows Device manager to identify the port to use. I notice the the Port is identified but the driver itself is not installed as shown in the Port/Properties dialog box. The 64 bit tower goes to BOD and reboots at this point.

User/Device Authorization in Python and Other Languages

Forums

in Michael's Authorization example
i noticed he was running a bash script as a command
with arguments and using the exit return code
as a True/False boolean this would also allow us to write
in other languages too like perl, c, python, lua, php

-----------------------------------------------------------------------------
#!/usr/bin/env python
# This is a Python Clone of Michael's Example
# But Instead of Logging the Strings im Just Printing Them

import sys