Awesome
Lan Mouse Mobile
Lan Mouse Mobile is a mobile client for Lan Mouse, enabling you to control your desktop's mouse and keyboard from your mobile device.
<picture> <source media="(prefers-color-scheme: dark)" srcset="/screenshots/dark.png?raw=true" height=600> <source media="(prefers-color-scheme: light)" srcset="/screenshots/light.png?raw=true" height=600> <img alt="Screenshot of Lan-Mouse" srcset="/screenshots/dark.png" height=600> </picture>Getting Started
Download app from Release section
Ensure your mobile device and desktop are on the same network. Add your mobile's IP to the Desktop LanMouse client and enable it. Then, enter your desktop's IP on the mobile app to start controlling your desktop.
Developer's Guide
This section guides you through setting up and running LanMouseMobile for development purposes.
Prerequisites:
- Install the latest version of Flutter for your operating system. You can find instructions on the official Flutter website.
- Follow the Flutter setup guide for your platform.
Running/Debugging the App:
- Once Flutter is set up, run
flutter pub get
to download dependencies, and runflutter run
to start the app