You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: