Good Morning oakes
Is it possible to assign a Name to each TCPSocket that Connects to my ServerSocket?
My Scenario:
Internet Cafe … have a small console app running on each Client computer that connects to the Server via TCP (Employee Computer) with a Desktop app Listening for Client (ServerSocket) and the Server sends a packet telling Terminal#1 that their time is up and locks keyboard and mouse input (If this is possible -_-) the employee needs to reset the timer and it will unlock the computer again for the next client.
BUT…
How to a save Connection Server-Side and “label” it as Terminal#1, Terminal#2 … soo the ServerSocket know which TCP connection is Terminal#1?
Is this possible?