time4dev / asgate-client

Android SMS Gateway client using flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Android SMS Gateway client using flutter.


Languages

Language:Dart 32.1%Language:C++ 30.9%Language:CMake 26.1%Language:Ruby 3.9%Language:HTML 2.6%Language:Swift 2.2%Language:C 2.0%Language:Kotlin 0.2%Language:Objective-C 0.1%