ibnux / Android-SMS-Gateway-MQTT

Android SMS Gateway using MQTT
12 stars 2 forks source link

Android SMS Gateway With MQTT

This is modified from my SMS Gateway Based Push Notification to turn your android phone as sms gateway

HOW IT WORKS

Sending SMS

  1. You send data to MQTT Server like hivemq
  2. App will receive message MQTT Server, and route it to sms
  3. App receive sent notification, and post it to your server
  4. 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

you can find backend folder php-gateway for server side in this source

FEATURES

USSD Request

Not all phone and carrier work with this, this feature need accessibility to read message and auto close USSD dialog, but some device failed to close Dialog, i use samsung S10 Lite and it cannot close dialog

MULTIPLE SIMCARD

i think not all phone will work too, because of different of API for some OS which vendor has modification

Compile it yourself

You need to understand how to build android Apps, and compile your own version.

You will see MyObjectBox error, just build it once, it will create automatically, read in here

Firebase Push Version

https://github.com/ibnux/Android-SMS-Gateway/


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