Turn any device into a complete remote control for your GNU/Linux.
- Download this repository and unzip
unzip linux-remote-control-master.zip
- Make a .deb package of the project
dpkg-deb -b linux-remote-control-master/ lrc.deb
- Install .deb package
sudo dpkg -i lrc.deb
- Move /opt/lrc-client directory to your device or to directory of your choice (if you prefer you can leave here)
sudo mv /opt/lrc-client your-directory
- Start lrc-server
node /opt/lrc-server/lrc.js
- Open the index.html of your-directory/lrc-client in a browser, add your server and have fun
The project still has some bugs that you can fix.
- Improvements in english texts;
- Forward and backward music from the slider;
- Click by tapping the touchpad;
- Move mouse relative to current cursor position;
- Fix bug of the crazy volume in slider;
- Fix bug of the crazy backlight in slider;
- Organize and modularize my dirty Javascript =/;
- Start lrc-server (node /opt/lrc-server/lrc.js) with computer boot;
- Get screen resolution of the server with node.js.
GNU GPL