Hi all, I posted the same topic on PerlMonks google group and one more group comp.lan.perl.modules. But I dint get to see any replies. My problem is: I am trying to write a client-server application to automate some of the testing activities. We have a setup of 100 clients in our test lab. We use these clients to stress servers over the network. Whenever we need to stress a server we just get that server in to our test network and from the clients we login to the clients and open one application that is used to stress the servers over network. This has to be done manually on each of the clients. Remember, there are 100 clients and it is not an easy job to do..!! Now, I want to write an application in such a way that all the clients should be listening to one controller and whatever mouse & keyboard inputs on the controller should be sent to the clients. Simple example would be, if I open notepad.exe on my controller, the same should be opened on all my clients also. Do you guys know any open source application (written using Perl) that can do this? Or if I have to write it on my own, are there any classes that I can use? Thanks in advance for your time, Ravi

In reply to Remote Keyboard and Mouse IO by kanthrc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.