I would like to get some ideas on this topic which is new for me and i am interested to learn more on this.
I have developed a voice controlled application which is written in C program which should control some operation. I want to control these operations on another computer connected over wireless network.
I want to do the following,
when my voice is recognized at Computer A with a "String A", It should send this "String A" to COmputer B, Computer B sends a request to acknowledge to computer A, when computer A send Acknowledge string "Yes" to B, Computer B will execute a operation (for example open the notepad).
PS: Computer A and B, both are Linux, Ubuntu machines
How to start doing this Information exchange? Also provide some useful links along with your suggestions. I am sure it will help me a lot in completing this.