Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbientlab/pywarble

MetaWear Python SDK - Linux / Windows - Wrapper for Warble C library
https://github.com/mbientlab/pywarble

bluetooth-le linux python2 python3 windows10

Last synced: about 6 hours ago
JSON representation

MetaWear Python SDK - Linux / Windows - Wrapper for Warble C library

Awesome Lists containing this project

README

        

PyWarble
########
PyWarble provides Python classes that wrap around the exported functions of the `Warble `_
C library.

Install
#######
Use ``pip`` to install the warble package.

.. code-block:: bash

pip install warble

As this project requires compiling the ``warble`` C library, you will need to configure your target machine to have the
appropriate build environment before running ``pip`` as described in warble's
`README `_.

Windows
=======
The setup script will build the dll with ``MSBuild``. Make sure your ``Path`` system variable has an entry pointing to the
``MSBuild`` executable and that you have the necessary
`Windows 10 SDK `_ installed.

Linux
=====
Install the required tools and packages detailed in the `Linux `_
build section.

Usage
#####
See the Python scripts in the `examples `_ folder.