Laptop‐Mobile‐Hotspot connection - ashBabu/Utilities GitHub Wiki
mkdir ~/hotspot_connection && cd ~/hotspot_connection-
nano index.htmland paste the following contents to it.
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<h1>Hello, this is ashiiiiiii a test page!</h1>
</body>
</html>
python3 -m http.server 8080- Turn the wifi hotspot on connect your mobile phone to it. DISABLE MOBILE DATA on your phone
-
ifconfigon laptop gives it ip as10.42.0.1. - On your mobile phone browser go to
http://10.42.0.1:8080to view theindex.html