Hi, How to set the maximum number of device to share on a server ? Best regards, Fabien . Hi Fabian, to do this you need to create a clientAuthorization script ( https://www.virtualhere.com/authorization ) There is a $NUM_BINDINGS$ value that is passed in. If this value is greater than the maximum number of bindings then return 0 . Hi Michael, How to know the total number of devices connected to a server by cli. Best regards, Fabien . OK sorry, you meant the total number of in-use devices at the server, not the total for a particular user. I'll add a variable $TOTAL_BINDINGS$ and this will be the current total number of in-use devices in the server. Does that sound ok? If so ill add it in the next build of the server Log in or register to post comments
. Hi Fabian, to do this you need to create a clientAuthorization script ( https://www.virtualhere.com/authorization ) There is a $NUM_BINDINGS$ value that is passed in. If this value is greater than the maximum number of bindings then return 0
. Hi Michael, How to know the total number of devices connected to a server by cli. Best regards, Fabien
. OK sorry, you meant the total number of in-use devices at the server, not the total for a particular user. I'll add a variable $TOTAL_BINDINGS$ and this will be the current total number of in-use devices in the server. Does that sound ok? If so ill add it in the next build of the server
.
Hi Fabian, to do this you need to create a clientAuthorization script ( https://www.virtualhere.com/authorization )
There is a
$NUM_BINDINGS$
value that is passed in. If this value is greater than the maximum number of bindings then return0
.
Hi Michael,
How to know the total number of devices connected to a server by cli.
Best regards,
Fabien
.
OK sorry, you meant the total number of in-use devices at the server, not the total for a particular user.
I'll add a variable
$TOTAL_BINDINGS$
and this will be the current total number of in-use devices in the server.Does that sound ok? If so ill add it in the next build of the server