Used Remote Controller - HTTP API for Android? Share your experience and help other users.


Developer’s Description

A Widget click to execute API calling, need server side mobileAPI.php
A WidgetNeed to specify server IP, User name, Password, and can do a remote API calling ( SERVER_IP/mobileAPI.phpuse POST method sending 3 parameter "action" / "uid" / "pwd"Example for "action" value :When testing connection : action = "ping"When clicking widget : action = "open" / "action1" / .... whateverString return from API:Success : "1"Invalid ID or Password : "2"Unauthorized action : "3"Parameter error : "4"Other error: String starts with "E1"or any other stringNote : You need server program to work with this APPA Sample of implementation : "Remote unlocker"Raspberry Pi (with nginx) installed a RF 433MHz Module Nginx receive HTTP request from APP to web API ( /mobileAPI.php )execute binary file to sending RF signals through RF ModuleWireless switch(433MHz) connect to electric lock(Electric Dropbolt)(wireless switch must paired with RPi's RF signal output)when switch received RF signal from RPiswitch triggers Electric Dropbolt and release the doorDemo of server side program :https://code.google.com/p/remote-controller-http-api/source/browse/trunk/mobileAPI.phpRecent changes:Vibrate notifyAdjust layoutContent rating: Everyone


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.2
OPERATING SYSTEMS
Platform
Android
Additional Requirements
Compatible with 2.3.3 and above.
POPULARITY
Total Downloads
21
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Download.com
Your review for Remote Controller - HTTP API