So I am looking into communicating and transferring data between my android phone and a linux server running OpenWRT via USB. I've been looking into Android's USB Host. So here are my questions.
1) Is that possible? Am I mistaking the USB host/ accessory feature for android?
2) If not possible, what direction can I take to transfer data via USB between android phone and OpenWRT
3) If possible, do I need to write a program on the OpenWRT side as the client (for USB Host on android) or server (for USB Accessory on android)
Thanks