skankerer
Aug 22nd, 2006, 06:40 AM
Hey. I started working on a client / server tool that i could use to access my different PC's on lan. But I only made the server able to receive, and the client able to send. I need to make them BOTH be able to send/receive.
I.E.
The client is able to close running processes on the server cause it's like:
1. client: closeprocess ***.exe
2. server: kthxdone
But if I wanted to get a list of processes from the server it'd go like this.
1. client: give me a list of ur processes k?
2. server: k here they are
3. client: ERROR I DONT KNOW HOW TO RECEIVE ERROR ERROR *** *boom*
Sorry if it's kinda complicated, I'm tired as. Thanks guys.
I.E.
The client is able to close running processes on the server cause it's like:
1. client: closeprocess ***.exe
2. server: kthxdone
But if I wanted to get a list of processes from the server it'd go like this.
1. client: give me a list of ur processes k?
2. server: k here they are
3. client: ERROR I DONT KNOW HOW TO RECEIVE ERROR ERROR *** *boom*
Sorry if it's kinda complicated, I'm tired as. Thanks guys.