Actually you need to dodkc wrote:If you like running vhusbdpi in background
type "sudo vhusbdpi -o &" to leave it background in terminal or when setting it run at boot.
Will post a new version of virtualhere without the gtk dependencies in a few days..my pi is out of action until tuesSpinDizzy wrote:Is it possible to provide an executable that doesn't have dependencies on libgtk? I want to install this on raspbian server edition and would rather not have to install a lot of unnecessary libraries.
Thanks!msbroadf wrote:Will post a new version of virtualhere without the gtk dependencies in a few days..my pi is out of action until tuesSpinDizzy wrote:Is it possible to provide an executable that doesn't have dependencies on libgtk? I want to install this on raspbian server edition and would rather not have to install a lot of unnecessary libraries.
Unfortunately, OSX 10.6.8 wont be supported, but the linux client will eventually be supported, it is on my todo listm_diddi wrote:Can any version of the client be expected for Mac OS 10.6.8 or Desktop Ubuntu?
Yes you can do this with virtualhere, attach the printer to the raspberry pi, and on the client, "Use" the printer . Then press the scan button and it will scan to file on your computer.I have a Brother DCP 8070d with a scanner, and when it is attached to a computer you can scan to file by pressing a button on the machine. Can you do this with VirtualHere, too? How does it know which computer to use? (Ideally, it could save it to my NAS...)
Code: Select all
vh.exe --connect <DEVICE-ID>
myapplication.exe --do_something_which_needs_the_device
vh.exe --disconnect <DEVICE-ID>No, not at the moment, i am thinking of adding an API to the client. it will take some work so it might have to wait to version2forenbenutzer wrote:Is it possible to "connect" and "disconnect" any device in command line?
I've been searching this website (virtualhere.com) since the past half hour...
Code: Select all
http://linux.die.net/man/1/whereisCode: Select all
whereis vhusbdCode: Select all
$: whereis vhusbd
vhusbd:
$: Code: Select all
update-rc.d vhusbdpin removeCode: Select all
/etc/init.d/vhusbdpin start