What's new

Tutorial Integrate unlimited SMS sending feature to your system using android phone

nogats07

Eternal Poster
Joined
Sep 6, 2018
Posts
403
Reaction
1,115
Points
276

Yow mga ka-PHC,​

Napansin ko lang na madaming students dito na lagi humihingi ng tulong kung paano sila maglalagay ng SMS feature sa system nila.

Anong problema?

Madaming nag sumasagot kaso karamihan ay mahal, komplikado o minsan naman ay may limitation, ayaw natin ng ganun.

Solution?

I-utilize natin android phone mo, imbes na bumili ka ng gsm modem or broadband sticks na nagkakahalaga ng daan or libo 😒

Ito na ang Quick SMS!​

Gamit itong app na 'to, makakapag send ka ng messages gamit ang sim card ng android phone mo sa pamamagitan ng RestAPI. Ang kinaganda nito, makakapagsend ka ng unlimited sms dahil magagamit mo ang unli sms promo ng sim card mo.

App Screenshots​


Screenshot_2021-09-20-10-23-43-10_f5a50a71ac378f51a86fc01d1c6705c4.jpg
Screenshot_2021-09-20-10-23-46-41_f5a50a71ac378f51a86fc01d1c6705c4.jpg
Screenshot_2021-09-20-10-23-49-27_f5a50a71ac378f51a86fc01d1c6705c4.jpg
Screenshot_2021-09-20-10-23-53-63_f5a50a71ac378f51a86fc01d1c6705c4.jpg


API Reference

Endpoint (GET)​

http://gatewayip:port?phone=09123456789&message=Your message

Parameters​

phone (string) - Phone number where the message will be sent
message (string) - Message to be sent

Response​

200 (success) - Message has been sent
500 (fail) - Message was not sent or invalid parameters

How to use?

  1. Download the APK using the link in the bottom of this post then install to your android device
  2. Connect your local server and phone to the same Wi-Fi network, you can also use your phone as hotspot then connect the laptop/device where your server is installed.
  3. Open the app then click Start Gateway, you should get a pop-up message with the gateway API address
  4. You can then use this address to send messages using the API Reference above
  5. Have fun!

May included code samples for PHP at Python sa app, madali lang din siya i-integrate sa ibang languages basta gamitin lang ang API Reference para sa tamang request format.​


Download​

You do not have permission to view the full content of this post. Log in or register now.
 

Attachments

Last edited:
Some features planned to be added on a future update:
  • Ability to send messages online while android device is connected to internet
  • Ability to select sim slot
  • Ability to get received messages
  • Simple PHP script so you can start your own Free SMS service, place your own ads or just for fun.

Currently doing this project during my free time kaya relax lang, medyo busy din kasi ako sa work these days.

Sana i-pin tong thread para di matabunan 📌
 
Some features planned to be added on a future update:
  • Ability to send messages online while android device is connected to internet
  • Ability to select sim slot
  • Ability to get received messages
  • Simple PHP script so you can start your own Free SMS service, place your own ads or just for fun.

Currently doing this project during my free time kaya relax lang, medyo busy din kasi ako sa work these days.

Sana i-pin tong thread para di matabunan 📌
May Git Repo kaba sir para dito?
 
thank you lods. Baka magamit yan pag nag thesis na IT students haha
pwede din yan sa mga production systems kagaya ng barangay, restaurants at iba pa. malaki matitipid kapag ganto ginamit kesa twilio at iba pang api.
 
May Git Repo kaba sir para dito?
meron yang app kaso di available sa public, iniiwasan natin dito yung mga kupal na gagawa ng sariling version nila tapos sasabihin sila gumawa sa ibang forums.

yung mga scripts for php, python at iba pa magiging public pero wala pakong time ngayon para gawin.
 

Similar threads

Back
Top