Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.