Skip to content

Python BLE wrapper for python based Linux and Mac-OSX BLE libraries

License

Notifications You must be signed in to change notification settings

ubirch/ubirch-ble-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python BLE wrapper

A wrapper around the OSX and Linux Python BLE Libraries to simplify access to BLE devices on OSX and Linux

Note: - Just the basic functions like Scan, Connect, Discover Services, Read/ Write to handle
        are implemented
      - Mac-OSX support is yet to be tested

Supported Platforms

The wrapper supports the following platforms:

Linux

  • Install the latest version of BlueZ
  • Clone the ubirch-ble-tool

run pip install -r requirements.txt to install the required libraries run python setup.py install to install ubirch-ble-tool

Mac-OSX

  • Clone the ubirch-ble-tool

run pip install -U git+https://github.com/brettchien/PyBLEWrapper.git to install the PyBLEWrapper,
run python setup.py install to install ubirch-ble-tool

About

Python BLE wrapper for python based Linux and Mac-OSX BLE libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages