Remote Controller - HTTP API

Remote Controller - HTTP API

0.48MB
版本 1.2
暂未收录 高速下载 打开应用汇 发现更多精彩
喜欢 0好评
评论 0
Remote Controller - HTTP API截图0 Remote Controller - HTTP API截图1 Remote Controller - HTTP API截图2
  提示:该应用暂无版号 应用汇暂不提供下载
详细信息
  • 软件大小: 0.48MB
  • 最新版本: 1.2
  • 文件格式: apk
  • 应用分类: 其他
  • 使用语言: 中文
  • 网络支持:
  • 系统要求: 2.2以上
应用介绍
A Widget
Need to specify server IP, User name, Password, and can do a remote API calling ( SERVER_IP/mobileAPI.php
use POST method sending 3 parameter "action" / "uid" / "pwd"
Example for "action" value :
When testing connection : action = "ping"
When clicking widget : action = "open" / "action1" / .... whatever
String 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 string
Note : You need server program to work with this APP
A 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 Module
Wireless switch(433MHz) connect to electric lock(Electric Dropbolt)
(wireless switch must paired with RPi's RF signal output)
when switch received RF signal from RPi,switch triggers Electric Dropbolt and release the door
Demo of server side program :
https://code.google.com/p/remote-controller-http-api/source/browse/trunk/mobileAPI.php
加载更多
版本更新
震動提示功能版面微調
加载更多