Reputation: 410
I'm trying to build an application that will have the following parameters:
1) 2 clients will be connect with each other, using the LAN or the Internet;
2) The first one will make something, like click in a button, for example, while the second one will be waiting;
3) After the first one end up, he finalize and pass to the second one the 'control' of the application.
My question:
Thank you guys.
Upvotes: 1
Views: 391
Reputation: 4371
You don't have to use a server.
Just a P2P communication using C# Sockets
Try to look for C# sockets tutorial. Here a decent one.
Upvotes: 1