An open API service indexing awesome lists of open source software.

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

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