Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.07 KB

README.md

File metadata and controls

38 lines (24 loc) · 2.07 KB

VirtualBT

VirtualBT is a Bluetooth server for Windows, designed to emulate input devices such as keyboards, mice, and game controllers.

The application leverages Windows Bluetooth Low Energy (through BluetoothLEExplorer) alongside the Windows GattServicesLibrary and SortedObservableCollection to function as a virtual Bluetooth input device. It aims to enable seamless connectivity with a wide range of devices, including smartphones and gaming consoles, that support Bluetooth input peripherals. Future enhancements will include support for mouse and gamepad emulation.

image

image

Currently supported features:

  • Bluetooth Device Scanning and Pairing: Supports scanning and pairing with Bluetooth devices using a security PIN for authentication.
  • Generic Input Device Connectivity: Connects to devices as a standard input peripheral.
  • Keyboard Input Simulation: Sends keyboard input to the connected device while the application is in focus.

Currently working on:

  • Implementation of NXBT for Switch integration and Linux support. image

Special Thanks and Contributors

A big thank you goes out to all the contributors at the mart1nro/joycontrol, Brikwerk/nxbt, and dekuNukem/Nintendo_Switch_Reverse_Engineering repositories! Almost all information pertaining to the innerworkings of the Nintendo Switch Controllers comes from the documentation and code in those repos. Without it, NXBT and this project wouldn't have been possible.

Licencing

  • All code, unless otherwise stated, is licensed under the GPL-3.0 License.
  • JoyControl is licensed under GPL-3.0
  • Code by Microsoft is licensed as MIT.
  • NXBT is licensed as MIT.

Projects Used