Skip to content

MWTA/Android-SMS-Gateway-1

 
 

Repository files navigation

Android SMS Gateway

This is recreate from Old SMS Gateway
now using Firebase
to turn my android as sms sender

HOW IT WORKS

Sending SMS

  1. You send data to sms.ibnux.net (or your server)
  2. Server will send push notification
  3. App receive push notification, and route it to sms
  4. App receive sent notification, and post it to your server
  5. App receive delivered notification, and post it to your server

RECEIVE SMS

  1. App receive SMS
  2. App send it to your server

HOW TO USE?

Download APK from release page
then open https://sms.ibnux.net/ to learn how to send sms

you can find backend folder for server side in this source

to compile yourself, you need your own Firebase

FEATURES

  • SENDING SMS
  • RECEIVE SMS to SERVER
  • SENT NOTIFICATION to SERVER
  • DELIVERED NOTIFICATION to SERVER

Traktir @ibnux

DONATE @ibnux

paypal.me/ibnux

LICENSE

Apache License 2.0

Permissions

✓ Commercial use  
✓ Distribution  
✓ Modification  
✓ Patent use  
✓ Private use  

Conditions

License and copyright notice  
State changes  

Limitations

No Liability  
No Trademark use  
No Warranty  

you can find license file inside folder

About

Make android as SMS Gateway using Firebase push

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.4%
  • PHP 4.6%