Please advise, or point me to the appropriate page please.
1. How to establish multiple clients connection to the same ServerSocket
- Sub Server_NewConnection (Successful As Boolean, NewSocket AsSocket)
2. How to send message to a specific client (IP address) when connection is established.
- AStreams.Write(buffer)
1. How to establish multiple clients connection to the same ServerSocket
- Sub Server_NewConnection (Successful As Boolean, NewSocket AsSocket)
2. How to send message to a specific client (IP address) when connection is established.
- AStreams.Write(buffer)