https://github.com/pimaker/ddckvm
A windows service to automatically switch monitors on USB events. Combine with a cheap USB switch to have a full software emulation of an often pricy KVM switch.
https://github.com/pimaker/ddckvm
Last synced: 8 months ago
JSON representation
A windows service to automatically switch monitors on USB events. Combine with a cheap USB switch to have a full software emulation of an often pricy KVM switch.
- Host: GitHub
- URL: https://github.com/pimaker/ddckvm
- Owner: PiMaker
- License: mit
- Created: 2018-11-16T13:00:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T13:23:02.000Z (over 7 years ago)
- Last Synced: 2025-03-26T19:44:30.621Z (about 1 year ago)
- Language: C#
- Size: 55.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDCKVM
A windows service to automatically switch monitors on USB events. Combine with a cheap USB switch to have a full software emulation of an often pricy KVM switch.
## Setup
1) Download a release
2) Move the extracted folder to *Program Files* or somewhere else safe (don't worry about permissions, the service runs as SYSTEM)
3) Run `Install.bat`
4) Follow the on-screen instructions in your browser.
To uninstall, run `Uninstall.bat`, then optionally remove the folder
The service will automatically be started on windows startup.
## Configuration
Configuration can be accessed at http://localhost:4280 (**only on the machine the service is running**). This site will open automatically on service installation.
For manual configuration, edit the file `ddc_config.json` in the installation folder.