Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
MetaWear Python SDK - Linux / Windows - Wrapper for Warble C library
- Host: GitHub
- URL: https://github.com/mbientlab/pywarble
- Owner: mbientlab
- License: other
- Created: 2018-05-31T23:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T03:14:06.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:25:31.010Z (3 months ago)
- Topics: bluetooth-le, linux, python2, python3, windows10
- Language: Python
- Homepage: https://mbientlab.com
- Size: 54.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
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.