Jump to content

TCPConnect with my ip address..


Recommended Posts

@IPAddress1 return 10.0.0.4 at my house..

And _GetIP() returns my ip adress.. (my real one..)

so I want to TCPConnect with _GetIP() but for some reason that just doesn't work...

GRRR!!!

so I can never have a server running on my computer..

is there something to do about it?

because I am making a chat thingie.. but if I can't run the server on my computer then.. No one can use it.. muttley

Please I really need help!

Link to comment
Share on other sites

ok I did this..

so you say I can now do:

(btw the server):

#include <INet.au3>
TCPStartup()
$errro = TCPConnect(@IPAddress1, 88)
msgbox(32, 'error', $errro)
Exit

but this returns -1

and if I do @IPAddress1 it returns some big number.. (1570 or something)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...