Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finger563/bluetooth-comm
Collection of code for communicating with bluetooth devices
https://github.com/finger563/bluetooth-comm
Last synced: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T13:40:59.000Z (over 7 years ago)
- Last Synced: 2024-12-11T18:25:10.835Z (about 1 month ago)
- Language: Python
- Size: 268 KB
- Stars: 0
- 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.