google / cro3

Abstraction Layer of ChromiumOS development
https://google.github.io/cro3/
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

Add new port forwarding mode to `cro3 dut shell` or other command #263

Closed mhiramat closed 1 month ago

mhiramat commented 3 months ago

It is useful to support local port forwarding from DUT if the DUT is in the different network.

cro3 dut shell --forward 12345:123.45.67.89:1234 --dut mydut

Or, maybe we can add monitor option

cro3 dut monitor mydut,123.45.67.89:1234,123.45.67.90:1234

In this case, the forwarded port is automatically decided by cro3.