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.
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.
- 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
clone this repo and asgate server repo. To run client:
flutter pub get
flutter run android
or download already build apk here: