AOA-Proxy
AOA-Proxy copied to clipboard
Question on Android side implementation
Hi,
I found your project while searching for a data transfer method between a computer and an Android device. I managed to connect Anroid via AOA and exchange byte type data bidirectionally, but I wanted higher level protocol.
Your code looks promising, and I was wondering how you transmit data from Android. It probably has to parse the data into TCP and write to FileOutputStream witht he FileDescriptor acquired thru UsbManager.
Did you code Android side, too? I am looking for code I can learn from. It would be great if you can give me a hint.
Thanks, Daigo