Android app to send data over LAN and remote control your PC.
- Quick send clipboard contents
- Send text and files
- Remote to send media controls to PC
- Install Android Studio
- Open
client
folder in Android Studio - Connect Android device with USB and run using Android Studio
- Install
windows-build-tools
for Robotjs using:npm install --global --production windows-build-tools
- Change directory:
cd server
- Install dependencies:
npm install
- Run:
npm start
- Key names for RobotJS (around line 289)
Requires SDK Platform-Tools. If Android Studio is installed the Platform Tools can be found at: %AppData%\Local\Android\Sdk\platform-tools
.
Credits: Run/install/debug Android applications over Wi-Fi?
- Connect device using USB
adb tcpip 5555
adb shell netcfg
oradb shell ifconfig
to get IP address of device- Disconnect device from USB
adb connect <DEVICE_IP_ADDRESS>:5555
- Send photos/gifs
- Send files (need to improve)
- ? Different colored messages
- Run in background (when screen locked or in another app)
- Fix restart server