【實用工具app】Simple SMS Gateway Beta|最夯免費app

【實用工具app】Simple SMS Gateway Beta|最夯免費app

分享好友

【免費工具App】Simple SMS Gateway Beta-APP點子

This is a no-frills, simple SMS Gateway that can be used on an Android phone to initiate communications from SMS to a Web server. The logic to this app is the complexity of the data processing will be done in the cloud. The basic workflow of the app is:

User sends an SMS to the phone running Simple SMS Gateway -> Simple SMS Gateway App receives the message and forwards to your choice of website -> Your website processes the message and prints out a reply->Simple SMS Gateway reads your website's reply and sends it back to the User.

Note that this app must be kept active in the foreground to work (i.e. it is assumed the android phone is a 'dedicated' sms gateway). The phone must also have an active internet connection at all times.

Once installed, simply point the app to a valid website address (i.e. http://yourdomain.com/smsprocessor/index.php) that is designed to process the data received from this App.

The app sends out data using HTTP GET protocol in the following format:

http://yourdomain.com/smsprocessor/index.php?msg=[MESSAGE-SENT-BY-TEXTER]&callerid=[TEXTER-PHONE-NUMBER]

It is up to you to code what your website will do with the values stored in msg and callerid (Store in a database, process, feed to a search engine, etc.).

【免費工具App】Simple SMS Gateway Beta-APP點子

Meanwhile, the App will be waiting for a reply from the webpage by reading the webpage content. It will then attempt to send back via text whatever you display in the webpage. For example, below is php code to basically echo back to the sender the message he sent:

/*Message format should be http://yourdomain.com/index.php?msg=[SMS-MSG]&callerid=[SENDER-NUMBER]*/

$phone=$_GET['callerid'];

$msg=$_GET['msg'];

echo "$phone - $msg";

?>

To breakdown long text into multiple SMS messages use | in the message. ex: This is message 1 | This is message 2 | This is message 3 | etc.. If you don't use | only the first 160 characters will be sent in a single message.

Note that this was never designed to process hundreds of sms messages simultaneously!

This App was developed by EACOMM Corporation and is currently being utilized for text-based search services, incident/event reporting, text-based surveys/research, and the like.

免費玩Simple SMS Gateway Beta APP玩免費

免費玩Simple SMS Gateway Beta App

Simple SMS Gateway Beta APP LOGO

Simple SMS Gateway Beta LOGO-APP點子

Simple SMS Gateway Beta APP QRCode

Simple SMS Gateway Beta QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.1
App下載
免費
1970-01-012015-01-14
分享app
上一個APP
下一個APP

高評價工具App推薦

ImgLink Trial

「ImgLink」は、画像から電話番号やメールアドレス、URLアドレスを認識して、そのまま電話発信、メール送信、WebブラウザでURLのページ閲覧ができるアプリです。本アプリ使うことで、カメラで撮影した画像や、保存している画像、またスクリーンショットで撮影した画像から、電話発信/メール送信/URLペ …
MCubeTimer

ルービックキューブ用のストップウォッチアプリです。Average of 5 の計測とスクランブルの生成ができます。免費玩MCubeTimer APP玩免費免費玩MCubeTimer AppMCubeTimer APP LOGOMCubeTimer APP QRCode熱門國家系統支援版本費用APP評 …
ぴったんこ無料版

GPSや標準電波、原子時計などの正確な時刻源(NTPサーバー)に直結された時間を元に秒数(1/10秒)を正確に表示します。無料版は秒表示です。時間系アプリのほとんどは、スマホ内蔵時計を時刻源としているため正確ではありません。(そもそも内蔵時計は正確ではない)正確な時間を知りたい人は是非ご利用下さい。 …