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

https://github.com/figadore/blueswitch


https://github.com/figadore/blueswitch

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Run

```
bluetoothctl
scan on
devices
pair
connect
trust
```

```
sudo apt install lsinput
ls /dev/input
# new device in output of ^ goes into detect.py
```

```
pip3 install requirements.txt
python3 detect.py
```