Link to home
Start Free TrialLog in
Avatar of Grizzler
GrizzlerFlag for United States of America

asked on

Make master/slave programs "talk" to each other over local network

Ok... Here's the gist.... I want to make a "slave" program (service or standard executable) that takes orders from a master program on the same subnet of local ip's.
Here's the flow:
slaves running on 55 pc's,  master running on 1-3 admin stations. (current login user doesn't have domain admin rights but can elevate if necessary)
 
scenario 1
Master sends message to slave for user.
Slave gets confirmation from user sends message back to master
Master sends command to slave.
Slave behaves one way until Master releases Slave with another command

scenario 1
Master doesn't care about user input or no user present.
Master sends command to slave.
Slave behaves one way until Master releases Slave with another command
 
Avatar of tfittsy
tfittsy

This doesn't seem like a question.  Are you wondering if this is possible?  How you would go about doing it? Or something else.
Avatar of Grizzler

ASKER

How do I talk between 2 exe's on different machines using vb.net?
ASKER CERTIFIED SOLUTION
Avatar of Grizzler
Grizzler
Flag of United States of America image

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
Solved it myself