https://github.com/paulcoding810/lan-sms
Read your phone's messages on laptop
https://github.com/paulcoding810/lan-sms
Last synced: 9 months ago
JSON representation
Read your phone's messages on laptop
- Host: GitHub
- URL: https://github.com/paulcoding810/lan-sms
- Owner: paulcoding810
- Created: 2025-02-11T15:51:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T06:13:23.000Z (about 1 year ago)
- Last Synced: 2025-05-30T20:49:16.059Z (10 months ago)
- Language: Kotlin
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lan SMS
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.
## How It Works
1. The Android app runs in the background and listens for incoming SMS using `BroadcastReceiver`
2. When a message is received (`Telephony.Sms.Intents.SMS_RECEIVED_ACTION`), it's forwarded via UDP to the connected laptop
3. Messages appear instantly on your laptop through the desktop client
## Installation Guide
### Prerequisites
- Both devices must be on the same network
### Mobile Setup
1. Install the application on your Android device
2. Open the app and grant notification access when prompted
3. Fill the desktop IP address
### Desktop Setup
```bash
cd listener
node .
```
## Demo