Advertisement

Question

Started by May 23, 2003 11:04 PM
0 comments, last by Tigra7 21 years, 8 months ago
I have to admit I am new to network programming, but I have experience in c++. I have made a simple client/server program that send data between the two. Only problem is, I want to send it from client to client, instead of client to server. Any tutorials on this, or code would be greatly apprectiated.
Do you want to send it directly to the client ? If not you can broadcast the message to the desired target.

Client A -> Server -> Client B



If you want a DCC connection, you would just have to make a peer-to-peer possibility in your client. (Each client would act as clients, AND servers. The main server would just keep track of all the clients).

Server connects Client A and Client B together.


[edited by - Cahaan on May 24, 2003 1:20:41 AM]
Darkhaven Beta-test stage coming soon.

This topic is closed to new replies.

Advertisement