PDA

Click to See Complete Forum and Search --> : Neetwork


Abel
Aug 21st, 2000, 03:57 PM
How do I do to make a game that I can play over network.
Anyone got any idea

parksie
Aug 21st, 2000, 04:15 PM
You could always use DirectPlay if you don't know what the protocol is. I usually use the Winsock control and a TCP/IP network. Just send information on a specific high-number port.

SteveCRM
Aug 21st, 2000, 04:53 PM
use winsock to send the variables such as position and scores over the network. Ports over 2024 are safe I think.

oetje
Aug 22nd, 2000, 03:52 AM
Why not on a lower port?

parksie
Aug 22nd, 2000, 12:50 PM
A lot of the lower ports are already accounted for, and I think there are security limitations on some of them.

oetje
Aug 22nd, 2000, 02:45 PM
I thought only a few:
Port 80 - http
... - ftp
... - mail
Can't remember the rest

parksie
Aug 22nd, 2000, 02:47 PM
Go to http://grc.com/default.htm and select ShieldsUp! for some interesting information on ports.