A utility that forwards SMS messages from your Android phone to your laptop over LAN, making it convenient to receive OTP codes and other messages without checking your phone.
- The Android app runs in the background and listens for incoming SMS using
BroadcastReceiver - When a message is received (
Telephony.Sms.Intents.SMS_RECEIVED_ACTION), it's forwarded via UDP to the connected laptop - Messages appear instantly on your laptop through the desktop client
- Both devices must be on the same network
- Install the application on your Android device
- Open the app and grant notification access when prompted
- Fill the desktop IP address
cd listener
node .