Extremely simple implementation or a "Remote controller" for my convenience, but Open Source in case it's useful for someone else.
Since this project uses RobotGo, it needs GCC to compile.
To install it (requires Go):
go get github.com/j4rv/remotecontrol/bin/remotecontrol
To execute it: remotecontrol
(duh). An HTTP server will start running (uses port 80).
You will get the list of your PC's IPs in the console. Then, as long as you are in the same network, you should be able to ""control"" your PC from a mobile device, or a laptop, or a fridge if it has a browser.
Obvious warning, but only use this if your PC is in a trusted, private network.
- Volume control
- Timed shutdowns
- Prettier interface
- Improve security
- Mouse control (simple trackpad)
- Keyboard control (navigation)
- Keyboard control (text input)