Hi
We're using VH to kiosk a dozen UP!Plus2 3D printers using Raspberry Pi. It works fantastically well, and you're to be congratulated on a brilliant product.
We've bought the unlimited license, and actually found one snag which we didn't have with the trial version (bear with me here!)
Is there a way to limit the number of devices (to 1) a client can connect to?
We'd like to be able to force people to 'Use' a device in the client, and then 'Stop using', before another device can be selected for use (so that command don't accidentally get sent to a printer that is already printing). We actually liked the fact that the trial version only allowed one device to be used at a time!
I hope this makes sense, and thanks in advance for any response.
Best
Ali Napier
Thats a good idea, and easy
Thats a good idea, and easy feature to add, i can add it in the next build available in the next day or two
.
1. Download version 2.8.9 from here https://www.virtualhere.com/usb_server_software
2. Stop the server
3. edit the server config.ini file and add the line
clientAuthorization=/home/pi/auth.sh "$NUM_BINDINGS$"
4. Create a file /home/pi/auth.sh and put in the following and
chmod +x
the fileThe
$NUM_BINDINGS$
is replaced at runtime by the server with the number of devices the user is currently usingMore information can be found here https://virtualhere.com/authorization
.
Wow, amazing response! I'll check it out when I get in to the studio tomorrow - thanks so much.
Brilliant
Thanks so much for writing this feature into the server - exactly what I was after, and it works perfectly.
Best
Ali