/asgate-client

Android SMS Gateway client using flutter.

Primary LanguageDart

ASGate - Client

ASGate is an application for turning your android phones into SMS gateway. This repository is only for client android which will be listening to API.

How It Works

First, API server will be running for accepting REST API methods that will be used to interact with user. Then the client connect to the API server using WebSocket and listening for send-sms event from API.

Features and Work-in-progress

  • Send SMS
  • Rate limiting
  • Dual SIM devices
  • Round Robin technique for multi devices or dual SIM devices. (To avoid phone number getting blocked by operator for spamming)
  • Authentication

Running Application

clone this repo and asgate server repo. To run client:

flutter pub get
flutter run android

or download already build apk here: