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
</div> <div jsname="WJz9Hc" style="display:none">Un Widget
Necessario specificare IP del server, nome utente, password, e può fare una API remota chiamando il numero (IP_SERVER / mobileAPI.php
utilizzare il metodo di invio 3 parametro POST "action" / "uid" / "pwd"
Esempio di valore "azione":
Durante il test di connessione: action = "ping"
Quando si clicca widget di: action = "aperto" / "azione1" / .... qualunque cosa
Ritorno String da API:
Successo: "1"
ID o password non validi: "2"
Azione non autorizzata: "3"
Errore parametro: "4"
Altro errore: String inizia con "E1", o qualsiasi altra stringa
Nota: programma server, è necessario lavorare con questa applicazione
Un esempio di applicazione:
"Unlocker Remote"
Raspberry Pi (con nginx) ha installato un 433MHz modulo RF
Nginx riceve richiesta HTTP da APP al web API (/mobileAPI.php),
eseguire il file binario per l'invio di segnali RF con modulo RF
Interruttore Wireless (433MHz) connettersi a serratura elettrica (Dropbolt Electric)
(Switch wireless deve in coppia con l'uscita del segnale RF di RPI)
quando l'interruttore ricevuto segnale RF dal RPI, interruttore attiva Dropbolt elettrica e rilasciare la porta
Demo di programma lato server:
https://code.google.com/p/remote-controller-http-api/source/browse/trunk/mobileAPI.php</div> <div class="show-more-end">