Can I access a USB device on a remote machine?

Yes — indirectly. LRO carries TCP, and USB-over-IP turns a USB device into a TCP service. Tunnel that service through LRO and the remote device behaves as if it were plugged into your local machine.

How it fits together

The piece that bridges USB and the network is USB-over-IP software, which you run on both ends; LRO provides the private, encrypted path between them:

LRO simply relays the bytes that USB-over-IP speaks — it carries the TCP stream and never needs to understand USB itself. As with any tunnel, the traffic is end-to-end encrypted between the agents.

What it’s good for

This is USB-over-IP carried over a tunnel, not raw USB on the wire: you run the USB-over-IP software, and LRO provides the encrypted TCP path. Latency and bandwidth follow your network and the relay, so simple HID-style devices like dongles are the sweet spot, while timing- or bandwidth-heavy devices (fast storage, cameras) may behave worse than locally.

Reach a dongle, key or instrument on a machine you can’t stand next to.

Create an account →