Demo.mp4
Laco is an Android mobile app that allows you to control your laptop remotely. It collaborates with the LacoService repository, which runs as a service on your Windows laptop.
- Clone the repository.
- Open the project in Android Studio.
- Change the value YOUR_MACHINE_IP to the IP address of your Windows laptop using --ipconfig.
- Clone the LacoService repository.
- Open powershell or command prompt as an administrator (need to run as an administrator to be able to control applications running as an administrator privileges).
- Run the following command in the LacoService repository:
cd to the LacoService directory
.\gradlew shadowJar
java -jar .\build\libs\LacoService-1.0-SNAPSHOT-all.jar
- Connect to the same network as your Windows laptop.
- Run the app on your Android device.
- Enjoy!