Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fiddyschmitt/SimpleKVM

Use multiple computers using one set of monitors, mouse and keyboard
https://github.com/fiddyschmitt/SimpleKVM

kvm kvm-switch virtual-kvm

Last synced: about 2 months ago
JSON representation

Use multiple computers using one set of monitors, mouse and keyboard

Awesome Lists containing this project

README

        

# Simple KVM
Share your monitor with multiple computers.

Full KVMs are quite expensive, particularly ones which supports high resolution / high framerate.

Using this program and a cheap USB switch (see below), you can achieve the same without spending hundreds of dollars.

SimpleKVM

## Where to download
Releases can be found over in the [releases](https://github.com/fiddyschmitt/SimpleKVM/releases) section.
(Currenly only for Windows)

## What you need
All you need is a USB switch such as the following (no affiliation).




This one supports 4 computers. [SABRENT 4 Port USB Switch for $27 USD](https://www.amazon.com/Sabrent-Computers-Peripherals-Indicators-USB-USS4/dp/B07RC8F2L3)








This one supports 2 computers. [2 port USB switch for $24 USD](https://www.amazon.com/UGREEN-Selector-Computers-Peripheral-One-Button/dp/B01MXXQKGM)








This one supports 2 computers, but only has one input USB. [2 ports for for $8 USD](https://www.aliexpress.com/item/1005005372231623.html)




## How does it work?
The program detects when USB devices connect or disconnect, or when hotkeys are pressed. It then tells the monitor to change its input source using a DDC/CI command, which many monitors support.

## Run at startup
1. Open the run window, using `win + r`
2. Open the startup folder by typing: `shell:startup`
3. Paste a shortcut to `SimpleKVM.exe` into that folder
4. Open the properties for the shortcut, and select Run: Minimized

## License

```
A work by Fidel Perez-Smith.

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
```

## Thanks to
This program was inspired by [haimgel's display-switch program](https://github.com/haimgel/display-switch).