|
-
Aug 22nd, 2006, 06:40 AM
#1
Thread Starter
Lively Member
[RESOLVED] client / server tool
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.
-
Aug 26th, 2006, 02:38 AM
#2
Thread Starter
Lively Member
-
Aug 26th, 2006, 07:57 AM
#3
Fanatic Member
Re: client / server tool
what programming language ?
-
Aug 26th, 2006, 09:45 AM
#4
Thread Starter
Lively Member
-
Aug 26th, 2006, 03:16 PM
#5
Fanatic Member
Re: client / server tool
sounds like you are using the UDP protocol...perhaps you should look into using TCP?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|