Barrier looks great, but does anyone know why KVM switches with DisplayPort or HDMI are so outrageously expensive? It should just be a switch, no complex electronics, so I truly can't figure out why any KVM should cost more than say $30-50 US. I suspect DRM or patents for rent seekers are involved somehow. Or maybe they're playing on the naivety of the business community towards this stuff. I'd sure like to know, and…
IMO KVM Switches with display support are luxury items. Who has 2 computers? People who can afford them.
Barrier: Share mouse and keyboard between computers
71–80 of 123 posts
Re: Barrier: Share mouse and keyboard between computers
#72Earlier quoted context omitted.
I only just recently heard about the synergy -> barrier transition and got everything dialed in on barrier... sigh . The aristocrats!
Barrier and input-leap are nice and all, but they're written for only modern OSes using modern library versions and language features. If you want to share a mouse with an OS older than a decade or so you'll still have to use the original Synergy 1.x. It works on both old machines/OSes (all the way back to the 90s) and on the very newest released OSes. Given that, I don't really see a need for barrier or input leap.…
Re: Barrier: Share mouse and keyboard between computers
#73I can't install Barrier on my work laptop for policy reasons, but I don't want to buy a KVM, so a project I've been interested in building when I have time is porting enough of the Barrier/Synergy protocol to the Particle Photon [1] or BeagleBone Black [2] I've had lying around for a while, and then configuring it to emulate a keyboard and mouse via its USB gadget driver, allowing it to control my work laptop over US…
Re: Barrier: Share mouse and keyboard between computers
#74Barrier looks great, but does anyone know why KVM switches with DisplayPort or HDMI are so outrageously expensive? It should just be a switch, no complex electronics, so I truly can't figure out why any KVM should cost more than say $30-50 US. I suspect DRM or patents for rent seekers are involved somehow. Or maybe they're playing on the naivety of the business community towards this stuff. I'd sure like to know, and…
If you look up the prices of stand alone hdmi switches on amazon though I think the most likely explanation is these are now niche products so the price has gone up. Logically a decent vga USB KVM + an HDMI switch shouldn't require more cost than those two devices prices together.
Re: Barrier: Share mouse and keyboard between computers
#75Barrier has been forked to https://github.com/input-leap/input-leap which has a hundred more commits by the same devs. The name is still barrier though, has anyone more info about this fork?
Thanks for linking this project, I wouldn't have seen it otherwise. Will be giving this a try this afternoon.
Re: Barrier: Share mouse and keyboard between computers
#76I can't install Barrier on my work laptop for policy reasons, but I don't want to buy a KVM, so a project I've been interested in building when I have time is porting enough of the Barrier/Synergy protocol to the Particle Photon [1] or BeagleBone Black [2] I've had lying around for a while, and then configuring it to emulate a keyboard and mouse via its USB gadget driver, allowing it to control my work laptop over US…
Re: Barrier: Share mouse and keyboard between computers
#77Re: Barrier: Share mouse and keyboard between computers
#78Re: Barrier: Share mouse and keyboard between computers
#79I can't install Barrier on my work laptop for policy reasons, but I don't want to buy a KVM, so a project I've been interested in building when I have time is porting enough of the Barrier/Synergy protocol to the Particle Photon [1] or BeagleBone Black [2] I've had lying around for a while, and then configuring it to emulate a keyboard and mouse via its USB gadget driver, allowing it to control my work laptop over US…
Personally I've had the same need (shared keyboard and mouse) and same requirement (work policy preventing additional software) for many years now so have resorted to using a KM switch (no V) bought off eBay.
If you look up "KM switch", the first thing you'll notice is that most search engines will automatically assume you meant "KVM switch" instead. This is what I believe contributes to the highly niche market and niche prices for KM switches. Anything under $100 is rare, hence used ones on eBay being the better option.
It should be possible to have a series of Atmel 32u4 microcontrollers acting as a keyboard/mouse devices controlled by a single host device over I2C. The problem is that people with the skills and people with the motivation haven't overlapped in a significant way.