Well, here I am again, with a similar question -

http://www.rebol.net/cookbook/recipes/0028.html
shows how to make 2 scripts connect to each other
using Ports on a single computer...

I found a site that tells me my own IP address -
http://javascript.internet.com/user-details/ip-address.html
- but still can't manage to get the two scripts to connect two
computers over the internet...

The Listen line of the Server side stays the same, right? :
listen: open/direct/lines/no-wait tcp://:9097

And then the Client side is what I would change -
connect-out: open/direct/lines/no-wait tcp://localhost:9097
- replacing the 'localhost with my IP.

Those are the only changes I can think of... Am I missing something?




I'd really appreciate being able to connect some scripts over the
internet like this.  Once I can, I can begin working on more of
my game.. (If I get it up, many, many more people, especially those
that are my age, will turn towards Tibia.  I've already started a few
offline parts off it, like a character walking around and stuff)

~I actually hope to create a beginning MMORPG with Rebol!~

-Adios says the Izzy Boy   (^.-)

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to