|
What I am building is a networking application that receives data from the server, then based on the first part of the data, sends the information to the console window of the specified program. That program then processes the information and gets user input back from the user. The user input is then sent back to the original program, which then sends the data back to the server to be used. The reason I am doing it this way is because I cannot bind one program to many ports, so I thought this would be the best way to do so. If it isn't, I would appreciate ideas.
|