Skip to main content

All Questions

Tagged with
0 votes
0 answers
77 views

Android : How to know the ip connected to my hotspot in android

How to know the ip connected to my hotspot in android I try to under code but /proc/net/arp is not reachable file in android 10 https://developer.android.com/about/versions/10/privacy/changes#proc-net-...
LJB38's user avatar
  • 43
3 votes
0 answers
1k views

How to port-forward from a mobile hotspot to a device on its local LAN?

I'm trying to practice tcp-ip, where the only network I have are built on mobile wifi, where the mobile phones are "tethered" as a hotspot. In order to simulate (for study) a "router", i have 2 ...
alex migo's user avatar
3 votes
0 answers
299 views

How to work around clash of Docker network interfaces with public WiFi hotspots

On a regular basis my Docker networks clash with public WiFi hotspots which seem to run on the same IP address space resulting in me being unable to get to the registration page. I then have to ...
Mahoni's user avatar
  • 7,366
7 votes
1 answer
5k views

webserver on an android hotspot - what's its IP?

I want to setup an android phone as a wifi-hotspot, then run a webserver on it, and browse it from another phone connected to the hotspot. My phone isn't rooted, but I have termux, which has many ...
hyperpallium's user avatar
1 vote
1 answer
509 views

Using public ip to access webserver pages when computer is connected via Android hot-spot wifi

I know it might be unusual, but I would like to be able to access my personal website, hosted on my computer, even when the WiFi connection of the computer is my android phone's hot-spot. I can use ...
Myoch's user avatar
  • 835
1 vote
2 answers
5k views

Android - get the ip of my hotspot host

I am trying to connect 2 devices through sockets, so that they can exchange data. They are also connected via wifi hotspot. I am using Services. Device 1 is the hotspot (where the ServerSocket is ...
Filipe Gonçalves's user avatar
-1 votes
1 answer
17k views

Find device on personal hotspot network in iPhone

I need find IP of device which is connected on iPhones personal hotspot. My solution is check every IP(from 172.20.10.2 to 172.20.10.255) which returns html with certain words. Because device return ...
user avatar
-1 votes
1 answer
3k views

How can I get the IP adress of my personal hotspot or other information in code [closed]

I want to get the detail of my personal hotspot, such as the ip address, the device which connect to my hotspot. what's more, the information I communicate with other devices by my personal hotspot?
whitekevin's user avatar
11 votes
1 answer
6k views

How to get Subnet Mask and Broadcast Address of Personal Hotspot in iOS

I need to find out a way to find out subnet mask and broadcast address of my personal hotspot in iOS. I am using the following way to find the IP address of the device if it's connected to WiFi. But ...
Salman Zaidi's user avatar
  • 9,712