Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>USB doesn't provide network to mobile device. </p> <p><strong>If both your desktop and phone are connected to the same WiFi</strong> (or any other local network), then use your desktop IP address assigned by the router (not <code>localhost</code> and not <code>127.0.0.1</code>). </p> <p>To find out the IP address of your desktop: </p> <ul> <li>type into the command line <code>ipconfig</code> (Windows) or <code>ifconfig</code> (Unix) <ul> <li>on Linux the one-liner <code>ifconfig | grep "inet " | grep -v 127.0.0.1</code> will yield only the important stuff</li> <li>there's a <a href="https://superuser.com/questions/19992/ipconfig-for-one-network-adaptor-only">bunch of suggestions</a> on how to have a similar output on Windows</li> </ul></li> <li>there's going to be a bunch of IP's</li> <li>try all of them (except the forementioned <code>localhost</code> and <code>127.0.0.1</code>)</li> </ul> <p><strong>If your phone is connected to the mobile network</strong>, then things are going to be harder. </p> <p>Either go hardcore:</p> <ul> <li>first find out your router external IP address (<a href="https://www.google.de/search?q=myip" rel="noreferrer">https://www.google.de/search?q=myip</a>)</li> <li>then, on the router, forward some port to <code>&lt;your desktop IP&gt;:&lt;server port number&gt;</code></li> <li>finally use the external IP address and forwarded port</li> </ul> <p>Otherwise use something like <a href="http://xip.io/" rel="noreferrer">xip.io</a> or <a href="https://ngrok.com/" rel="noreferrer">ngrok</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload