Binary Receptor
May 3, 2026 ยท View on GitHub
Only for Windows, for now.
Works with BinaryEye to recieve scans and output them as keypresses. Utilizes either bluetooth or http.
Usage
On Computer
- Navigate to the folder with BinaryReceptorGUI.exe.
- Double click to run it with settings in
settings.inior open CMD for options. - Or use
BinaryReceptor.exefor the cmd version. The following options exist:
start BinaryReceptor.exe [bluetooth|http] [port]
| Parameters | Description |
|---|---|
| bluetooth | Default launch mode. Reccomended. Recieves BinaryEye scans via bluetooth. |
| http | Recieves BinaryEye scans via http. Not reccomended due to vulnerability of exposing keyboard input to http. |
| port | Optional. Changes the default port number from 24234 |
On BinaryEye
-
Settings->Forwardingsection. -
If Bluetooth:
- Enable
Forward scans with Bluetooth - Connect your device with BinaryEye to your device with BinaryReceptor via bluetooth.
- Set
Hostto your your device with BinaryReceptor.
- Enable
-
If HTTP:
- Enable
Forward Scans. - Set
Request TypetoGET and simply add content - Add your current ip to
URL to forward to
- Enable
Build Steps
- Download requirements:
- Haxe
- Dotnet compiler
- Just (optional)
-
Download Haxe dependencies for this project with the following commands:
haxelib install hxcpp 4.3.2haxelib git hxBluetooth https://github.com/KamaleiZestri/hxBluetoothhaxelib git hxKeyType https://github.com/KamaleiZestri/hxKeyType
-
If using just, then run
just fullrelease. Otherwise, readjustfile. Its simple.