i have created 2 applications; server , client.
need able control client server
example:
if have music player broadcast video want when play video able stop ,play, mute client server
please tell me how start using sockets.
for starters..
- establish socket connection client server.
- listen keyboard events on client ( machine controlling from)
- using sockets transfer keyboard messages client server(the machine control)
- as receive message on server use sendmessage win32 api send keyboard messages target application using window handle
Comments
Post a Comment