Greetings,
I'm seeking for a way to connect just one device to the client side.
Currently, the terminal command "devices id -l" on the client side will print a list of the devices which are connected on my remote server.
Connecting particular gadgets at the client side is my primary goal.
Steps i procedure:
On the server, I executed the command:
sudo socat tcp-listen:5000,fork unix-connect:/var/run/usbmuxd
On the client's end the command :
sudo usbfluxd -f -r IP 10.0.0.2:5000
Greetings, I'm seeking for a way to connect just one device to the client side. Currently, the terminal command "devices id -l" on the client side will print a list of the devices which are connected on my remote server.
Connecting particular gadgets at the client side is my primary goal.
Steps i procedure:
On the server, I executed the command:
sudo socat tcp-listen:5000,fork unix-connect:/var/run/usbmuxd
On the client's end the command :
sudo usbfluxd -f -r IP 10.0.0.2:5000