y-polek / ADB-Wi-Fi

Android Studio (IntelliJ IDEA) plugin that simplifies "adb over Wi-Fi" usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Hotspot IP

leosilberg opened this issue · comments

Hi

When I'm connected to my mobile hotspot and the internet it's not possible to connect to the hotspots IP

adb shell ip route gives me this output

192.168.43.0/24 dev swlan0 proto kernel scope link src 192.168.43.1

Please add an option to connect to this IP
Thanks by the way for this awesome plugin, really helpful

In 1.2.1 device list shows one entry for each IP address.
It allows users to choose which IP should be used for a connection.

Icon of network type is shown next to the IP address to help distinguish different IP addresses:
wifiNetwork - regular Wi-Fi network (wlan* interface)
hotspotNetwork - tethering network (swlan*, ap* interfaces)
mobileNetwork - mobile network (rmnet*, ccmni* interfaces)