Link to home
Start Free TrialLog in
Avatar of xfaresx
xfaresx

asked on

can you answer me about client/server???

What I want to do is to implement some kind of client/server in my project
the problem is how can I implement the full control between two computers
in Delphi
the server can “print the client server,open the CD-drive … ”
Avatar of nestorua
nestorua

HI,
You can use for example TClientSocket/TServerSocket components. You send from the Client the message with corresponding command and the server program execute that command. That's all.
Sincerely,
Nestorua.
ASKER CERTIFIED SOLUTION
Avatar of Joshjje
Joshjje

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Seeing as you seem to be steering for some sort of RAT utility you might want to have a go at a bit of a personal protocol thing, such as:

msg:This would popup a message with this content
cdr:open  - this would open the cdrom drive
cdr:close - this would close the cdrom drive

To keep things easy you could do it UDP so you don't have to worry about making a connection before sending any data but having said that, TCP -is- the better choice as UDP is vulnerable to (possible!) packet loss.

Any other questions feel free to ask.
xfaresx:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
Hi!
No comment has been added lately and this question is therefore classified abandoned.

If asker wishes to close the question, then refer to
https://www.experts-exchange.com/help/closing.jsp

Otherwise, I will leave a recommendation in the Cleanup topic area that this question is:

Answered by: Joshjje

Please leave any comments here within the next seven days. It is assumed that any participant not responding to this request is no longer interested in its final disposition.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

...Snehanshu
EE Cleanup Volunteer
Forced accept

Computer101
E-E Admin