bahaaador / bluetooth-usb-peripheral-relay

Bluetooth to USB HID relay using a Raspberry Pi Zero 2 W (or any OTG enabled single board computer)
MIT License
268 stars 6 forks source link

Enable kvm mode to relay bluetooth to Bluetooth #4

Open samascience opened 1 week ago

samascience commented 1 week ago

Make the pi a Bluetooth relay so we can use it as a kvm. Bluetooth --> bluetooth --> computer1 after button press Bluetooth --> bluetooth --> computer2

We can also use usb

Usb dongle(keyboard, mouse) --> bluetooth --> computer1

After button press

Usb dongle(keyboard, mouse) --> bluetooth --> computer2

bahaaador commented 1 week ago

Hi @samascience, the idea of making a KVM (or more accurately K_M) switch here sounds compelling and I can see how it could be useful. I was already thinking about adding some input state manager which should make the idea of working as a switch more attainable, I will keep this thread posted. Contributions are welcomed too.

Thank you for your suggestion!