This project enables real-time SMS sending from a Laravel web application to an Android phone. The Laravel app broadcasts messages via WebSockets, and the Android app listens for these events, automatically sending SMS messages to specified numbers.
Real-time WebSocket Communication: The app maintains a WebSocket connection with the Laravel server.
Automated SMS Sending: The phone automatically sends an SMS when an event is received.
Notification System: Users are notified when an SMS is sent.
App UI Updates: The app displays the last three messages received via WebSocket.
Persistent WebSocket Connection: Ensures the app stays connected in the background.
Built with Kotlin in Android Studio.
Uses OkHttp WebSocket client to maintain real-time connection.
Runs as a foreground service to keep WebSocket alive.
Uses BroadcastReceiver to update the UI with new messages.
Implements runtime permissions for SMS sending.
Laravel Server: PHP 8+, Laravel 11, Reverb WebSockets.
Android Phone: Running Android 7+ with SMS capability.
Internet Connection: Required for WebSocket communication.