|
-
Jan 10th, 2013, 01:04 PM
#1
Thread Starter
New Member
socket use
Hey,
I have a server at home And I want to start programs remotely over sockets.
So what I want is to send a sel created command from my pc to the server and the server can start a program when receiving that command.
Is that Possible to do?
pol672
-
Jan 15th, 2013, 06:04 PM
#2
Re: socket use
Any number of ways. Depending on what language you are most familiar with, you might find a WCF service easiest to use, or you might find some other kind of web service easier. The basic plan would be that some service would be listening for a message, and when it received the message, it would launch some program.
My usual boring signature: Nothing
 
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
|