G
Guest
I am rather new to network programming and need a kickstart. I am looking
for the same idea as the dos prompt or unix, but remote. I want a client app
to be able to send a command to the server and the server respond with an
action. I realize i need to use sockets and TcpListner, but my main
question: how do i keep the connection alive and listening for any commands
until the remote user disconnects? The code i have seen so far just connects
sends then disconnects without staying alive. Thanks in advance!
for the same idea as the dos prompt or unix, but remote. I want a client app
to be able to send a command to the server and the server respond with an
action. I realize i need to use sockets and TcpListner, but my main
question: how do i keep the connection alive and listening for any commands
until the remote user disconnects? The code i have seen so far just connects
sends then disconnects without staying alive. Thanks in advance!