[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] JavaScript and server address



On Tue, 2007-06-05 at 13:39 -0400, Christopher Fowler wrote:
> On the Windows box I'm trying to spawn an executable that will
> communicate via TCP back to the server.  That client needs 2 pieces of
> information so he can talk to the server.  He needs the IP Address of
> the server and he needs the TCP port number to connect() to.

That's gonna get messy if there are any firewalls in the way.

Can you hardcode a list of possible server IP addresses to try?

-Jim P.