Bluepy: Python interface to Bluetooth LE on Linux

From UNamur InfoSec
Revision as of 14:07, 13 December 2017 by Mkuy (talk | contribs) (Created page with "== Installation == Follow the instruction on official page on: https://github.com/IanHarvey/bluepy or the do the following: To install the current released version, on most De...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation

Follow the instruction on official page on: https://github.com/IanHarvey/bluepy or the do the following: To install the current released version, on most Debian-based systems:

sudo apt-get install python-pip libglib2.0-dev
sudo pip install bluepy

After installation, we can import the library into our python project:

import btle