Skip to content

openartcoded/sms-gateway-android

Repository files navigation

Sms Gateway

Android app that polls sms request from a backend server and send them.

  • Requires a mqtt broker, connect using the credentials set in the mobile app
  • Subscribes to a queue named "sms"
  • message to be published on that queue should look like this:
      {
        "phoneNumber": "+32488111111",
        "message": "Hello world!"
      }

About

Use your android phone as an sms gateway

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages