Is it possible to access a TCP server running outside our LAN through internet? I thought we could use the router IP Addess(which I got from whatismyip.com) in the class Socket Constructor
Socket(InetAddress address, int port)
. But client wasn't able to find the server. Has anybody successfully achieved this before?