Laptop‐Mobile‐Hotspot connection - ashBabu/Utilities GitHub Wiki

How to make a hotspot connection from laptop to mobile phone

  • mkdir ~/hotspot_connection && cd ~/hotspot_connection
  • nano index.html and 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
  • ifconfig on laptop gives it ip as 10.42.0.1.
  • On your mobile phone browser go to http://10.42.0.1:8080 to view the index.html
⚠️ **GitHub.com Fallback** ⚠️