Android Appliction to Control the IR based devices via WiFi
- Install JDK8. Set JDK8's java in PATH
- Install latest Android SDK
- Ensure connect a Androi Smartphone (with > 4.x & Developement options turned on) via USB and device has proper permissions
- Build using command
./gradlew installDebug
- Change the http URL of your python-remote-server in settings page of Android-App named as 'TvRemote'
- Test HTTP communications with python server working or not by using curl command like:
curl http://your_python_server_ipurl/ir/change?code=power&model=tv
Where 'power' and 'tv' are defined PhoneRemote-Server/model2file.properties
- Follow guide lines as in
- PhoneRemote-Server
- PhoneRemote-ESPIRSender