Re: Two-computer games

2001-02-19 Thread Klaus Major

Hi Mark,

  "Mark Talluto" [EMAIL PROTECTED] wrote:
 I wrote a simple chat program that may help you.
 You can modify it to send...
 -Mark Talluto
 
 Thanks Mark. 
 I'd like to see it.
 Steve

why not post it to this list.

I'm sure there are more of us out there ;-),
who'd like to see it...


Regards from germany

Klaus Major


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Two-computer games

2001-02-19 Thread Mark Talluto

on 2/19/01 9:52 AM, Klaus Major at [EMAIL PROTECTED] wrote:

 Hi Mark,
 
 "Mark Talluto" [EMAIL PROTECTED] wrote:
 I wrote a simple chat program that may help you.
 You can modify it to send...
 -Mark Talluto
 
 Thanks Mark. 
 I'd like to see it.
 Steve
 
 why not post it to this list.
 
 I'm sure there are more of us out there ;-),
 who'd like to see it...
 
 
 Regards from germany
 
 Klaus Major


I will check with Kevin to see if he will host it.  Kevin?

-Mark Talluto


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Two-computer games

2001-02-19 Thread Kevin Miller

On 19/2/01 7:37 pm, Mark Talluto [EMAIL PROTECTED] wrote:

 I will check with Kevin to see if he will host it.  Kevin?

To run or to download?  Please send me the stack/basic info, off list.

Thanks,

Kevin

Kevin Miller [EMAIL PROTECTED] http://www.runrev.com/
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Two-computer games

2001-02-19 Thread AlainFarmer

 I wrote a simple chat program that may help you.
 You can modify it to send...
 Mark Talluto

 why not post it to this list.
 I'm sure there are more of us out there ;-),
 who'd like to see it...

 I will check with Kevin to see if he will host it. Kevin?

If no one else volunteers to host it, then I will.

Alain Farmer
mailto:[EMAIL PROTECTED]
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Two-computer games

2001-02-18 Thread Steven Tripp

On 2/17/01 2:06 AM, "Mark Talluto" [EMAIL PROTECTED] wrote:

 Steve,
 
 I wrote a simple chat program that may help you.  You can modify it to send
 what ever kind of data you wish.  It is commented pretty well to explain
 what each section does.  If you want it, write me off list and I will e-mail
 it over to you.
 
 -Mark Talluto

Thanks Mark.

I'd like to see it.

Steve


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Re: Two-computer games

2001-02-16 Thread Mark Talluto

Steve,

I wrote a simple chat program that may help you.  You can modify it to send
what ever kind of data you wish.  It is commented pretty well to explain
what each section does.  If you want it, write me off list and I will e-mail
it over to you.

-Mark Talluto


 I had a simple idea but it it isn't working.
 
 I want to create two stacks that "talk" to each other on different
 computers.
 
 I thought:
 
 Stack1 accept connections on port  with "hello"
 Stack2 accept connections on port 9998 "with "hello"
 
 Stack1 open socket to IP:9998
 Stack1 write "yes" to socket IP:9998
 Stack1 close socket IP:9998
 
 Stack2 hello: read from socket 9998 for 1 line
 Stack2 put it
 
 Stack2 open socket to IP:
 Etc.
 
 But I'm getting nothing.
 
 What don't I understand?
 
 Steve


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.