Transform your Android device into a powerful SMS Gateway with this lightweight, user-friendly app. Effortlessly send SMS messages via HTTP POST requests using a local server running on your device. Ideal for developers, automation enthusiasts, and businesses integrating SMS into their systems.
Key Features:
Local HTTP Server: Run a secure, lightweight server to send SMS with a simple POST request (e.g., {"phone": "1234567890", "message": "Hello"}).
Real-Time Logs: Monitor all SMS activity with a clear, timestamped log interface for easy debugging and tracking.
Start/Stop Control: Instantly start or stop the server with a single tap.
Wi-Fi Integration: Automatically detects your device's IP address for seamless network connectivity.
Permission Management: Safely handles SMS and phone permissions with runtime requests.
Why Choose SMS Gateway?
Developer-Friendly: Perfect for custom apps, IoT projects, or automation scripts.
Fast & Reliable: Send SMS quickly using your device's SIM card, with built-in error handling.
Minimal Setup: No external servers or subscriptions—just your Android device and Wi-Fi.
Open API: Use endpoints like /send-sms, /status, and /health with any HTTP client.
How It Works:
Launch the app and grant SMS/phone permissions.
Start the server to get your device's IP address and port (default: 8080).
Send POST requests to http://:8080/send-sms with a JSON payload.
View real-time logs to confirm delivery or troubleshoot errors.
Use Cases:
Automate SMS notifications for apps or services.
Integrate with home automation for alerts.
Test SMS workflows during development.
Enable SMS in regions without cloud services.
Requirements:
Android API 24 or higher.
Device with a SIM card.
Wi-Fi connection for server access.
Security & Privacy:
No data is stored externally—all operations are local. Permissions are requested only when needed, using secure, open-source libraries.
Download SMS Gateway to unlock efficient SMS automation on your Android device.
Note: Requires a physical device with SMS capabilities. Not compatible with emulators. Ensure your device is on the same Wi-Fi network as your client.