1.It currently transfers audio from Web to Native Client only.
1.It requires Node.js 0.10.x 2. Web Application is already packaged with node_modules. One can use these modules or install the node modules using package.json in Web Application. 3. Native Client is build using Qt, C++. Qt version 4.7.4. It is a Qt Application and build it accordingly. (You can find it on internet) 4. Executable will be created in bin folder and it requires configure.xml file which exists in the bin folder as well.
I have created all the required servers in one file Server.js in Web Application.
-
After installing the node.js and node modules. Type node Server.js This will start the servers.
-
Web Application One can access the web client by typing following command in the browser: :3000
-
Native Client: Start the Executable after building the Native Application.
-
Web Client is prompted with Server and Client IP Address. Server - Server IP Address. Client - Native Client IP Address
-
Native Client consists configure.xml file in its bin folder. It requires Server IP Address.
Then start speaking on the web client and listen on the Native Client. :)
If you are still not able to run it or wish to contribute. Then mail me Parveen Arora - parveen1112@gmail.com