https://github.com/finger563/bluetooth-comm
Collection of code for communicating with bluetooth devices
https://github.com/finger563/bluetooth-comm
Last synced: 3 months ago
JSON representation
Collection of code for communicating with bluetooth devices
- Host: GitHub
- URL: https://github.com/finger563/bluetooth-comm
- Owner: finger563
- License: mit
- Created: 2017-05-08T16:37:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T13:40:59.000Z (about 8 years ago)
- Last Synced: 2025-02-05T14:47:46.051Z (5 months ago)
- Language: Python
- Size: 268 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bluetooth-comm
Collection of code for communicating with bluetooth devices
## Setup
Install the bluetooth development libraries
```bash
sudo apt-get install libbluetooth-dev
```For python you'll want to install bluz python tools:
```bash
sudo apt-get install python-bluez
```## Running the examples
Each example is in the [src](./src) folder and can be built by
executing `make` in that folder.