Skip to content

AlexMl/linux-remote-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Linux Remote Control

Turn any device into a complete remote control for your GNU/Linux.

How to Install

  1. Download this repository and unzip
unzip linux-remote-control-master.zip
  1. Make a .deb package of the project
dpkg-deb -b linux-remote-control-master/ lrc.deb
  1. Install .deb package
sudo dpkg -i lrc.deb
  1. 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
  1. Start lrc-server
node /opt/lrc-server/lrc.js
  1. Open the index.html of your-directory/lrc-client in a browser, add your server and have fun

Bugs

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.

License

GNU GPL

About

Turn any device into a complete remote control for your GNU/Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • CSS 25.1%