Results 1 to 3 of 3

Thread: Indy TCP sockets X Delphi XE8 (Android)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Is your server also listening on LoclaHost or is it perhaps listening on your WiFi connection

    According to SO question here (https://stackoverflow.com/questions/...ket-on-android) it seems that LocalHost address and WiFi address are not part of the same network. Acording to the answeres there local host IP address is usually specified as 127.0.0.1 while WiFi card is assigned to 0.0.0.0 IP address. So if Android is also using subnet mask 255.255.255.0 by default as it is on wondows then the two network addresses are not visible between each other since they are not part of the same network.
    Last edited by SilverWarior; 15-03-2018 at 04:36 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •