Skip to content

Basic Go app which provides opportunity to remotely control PC master volume over LAN network

License

Notifications You must be signed in to change notification settings

canthis/go-remote

Repository files navigation

Go Remote Volume Go Remote Volume

GitHub release MIT License

Basic app written in Go and Vue.js to control master volume, shutdown and restart PC over LAN/WiFi (Tested on Windows 10 v1809 and Linux Mint 19.1 Tessa)

  • Go is used for backend (run http server, expose API endpoints and change volume).
  • Vue.js/buefy/axios is used for UI and interaction with backend API.

Build

go generate
build -ldflags="-H windowsgui -s -w" -o "GoRemote.exe"
rice append --exec "GoRemote.exe"

This should compile GoRemote.exe file

Running

Screenshot

Credits

License

This software is released under the MIT License, see LICENSE.