Network Simulation

BlitzPlus Forums/BlitzPlus Programming/Network Simulation

Moore(Posted 2006) [#1]
I'm working on a simple chat program using the TCP functions. But haveing two comps up and running on the net to test the software is a real problem. Does any one know a way to simulate the connection on one computer so the server app and client app can run together, on the same computer, and communicate with eachother via the TCP functions.


neilo(Posted 2006) [#2]
So long as the two programs listen on different ports for connections, there's no problems.