jo-bitsch / aoa-proxy

Android Open Accessory proxy to connect Android devices to Linux based systems
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Extend forwarding not just with stdin and stdout, but also to a TCP endpoint #3

Closed jo-bitsch closed 10 months ago

jo-bitsch commented 1 year ago

currently, aoa-proxy only forwards stdin and stdout. So if you want to connect it to another service, you need to use netcat or socat in addition.

This has advantages:

However, it does require for my default use case (forwarding to ssh) that

Directly forwarding to a TCP target would significantly simplify usage.

jo-bitsch commented 10 months ago

Fixed in https://github.com/jo-bitsch/aoa-proxy/commit/17e4d03b8e17ba5029ce9f5e376b14bf6ed26485