Simple C# Server/Client App
Project detail
Server:
– Windows Form Application
– Creates a 6 digit authorization code
– Listens for a connection from Client, max 1 client allowed that matched the 6 digit authorization code.
– Accept simple keypress from client.
– Play those keypresses on the servers system.
– Must have little delay as possible from client to server
Client:
– Assign 8 keys that can be passed to server
– Connect to server using 6 digit authorization code
– Send keypresses to server
For more information please message me.