Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I am a fairly solid php programmer for web apps. I've written some solid c++ code in my day too. However, I would like to learn a little about ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    1

    Linux Automation Scripting

    Hello,

    I am a fairly solid php programmer for web apps. I've written some solid c++ code in my day too. However, I would like to learn a little about linux programming (rather than web programming). I've chosen linux (most likely ubuntu) as my OS of choice. About 3 years ago i got lost/overwhelmed/frustrated with the whole Microsoft windows frameworks, hooks, and lack of documentation.

    Specifically, I would like to program an automation script to perform/simulate mouse clicks and key strokes into a proprietary 3rd party application (of which I do not have the source). I would also like to continually monitor that program for changes (either through internal event signals, through the image output, or even if it requires taking continual screen shots and 'parsing' the images...

    Where does one begin for such a project?

    Specifically, is it possible for my program to read the image output of the other program? In what way does one do this? How are events triggered in the linux OS, etc... What are some resources that could get me going in the right direction?

    Thanks for your help.

  2. #2
    Just Joined!
    Join Date
    Sep 2009
    Posts
    58

    Linux Resources.

    It seems you know your way around. What I've seen so far is the Bash Scripting Guide and The Linux Command Reference. These are massive works, but I have an idea you may be able to get going by reading and detecting the environment by back engineering.

    Also download and install Fedora Core 11/12. There are several large help files. Look under Start > Favorites > Help.

    Good Luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...