Quote:
Originally Posted by peterbacon
I'm also trying to utilize usb-c instead of using wifi for a monitor.
|
(Almost) anything that you can do over WiFi you can do over USB.
Just use the forwarding capability of adb/adbd
Code:
C:\>adb forward tcp:6666 tcp:6666
I run my old B&N Nook Simple Touch as a status monitor using an app that listens on 6666 for stuff.
A Raspberry Pi native program sends out updates on 6666.