I’m working on an android box that has Wi-Fi and a network adapter.
Using GetMyIp from serversocket I always get the Wi-Fi ip. Is there any way to explicitly request the Ethernet ip? Or all the machine actual ip addresses.
I’m working on an android box that has Wi-Fi and a network adapter.
Using GetMyIp from serversocket I always get the Wi-Fi ip. Is there any way to explicitly request the Ethernet ip? Or all the machine actual ip addresses.
I use an Android box with an ethernet interface. The box is connected to network using ethernet. The serversocket.GetMyIp returns correct IP, both with wifi enabled and disabled. When I enable tethering(Hotspot) then serversocket.GetMyIp returns the tethering IP (192.168.43.1) Anyone have an...