This is an implementation made for handling commands that are received from WiCompanion-Mobile. It also acts as a command handler. The received commands are then processed and executed by it. It is made only for Windows though you can develop it on any platform.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on your system.
You need to have Java SE 7 Update 6 or later version of it installed on your PC as specified on this page. You can get latest version of JDK here.
Also, perform last two steps specified in Deployment.
- Download repository
- Import it in IntelliJ Idea
- Happy Coding!!!
For using this repository in other IDEs, you have to do manual copy-pasting as they don't support Import IntelliJ Idea project.
For those who want to use it directly,
- If you have JDK or JRE already installed, download WiCompanion.jar. Then start using it.
- Else download this zip file.
- Unzip the file. Start using it by running "WiCompanion.exe" found inside the folder.
- Download nircmd.exe from this link or page
- Place it inside <Your Windows OS drive>:\Windows folder. (Mostly, it'll be C:\Windows)
This wouldn't have been possible without this tool made by Nir Sofer.