I have a Raspberry Pi with running custom server not connected to the internet (offline system).
I would like to connect Android device via USB cable to rPi and communicate with it.
As Raspberry Pi is not connected to the internet, it doesn't have IP address (given via DHCP).
How can I communicate with rPi using Android device connected via USB?
Maybe local DHCP server?
Thanks