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

https://github.com/sergiandreplace/bare-conductive-python-sdk

A simple sdk to interact with the Bare Conductive board from python
https://github.com/sergiandreplace/bare-conductive-python-sdk

Last synced: 27 days ago
JSON representation

A simple sdk to interact with the Bare Conductive board from python

Awesome Lists containing this project

README

        

# BareConductive Python SDK

A python sdk that allows reading from a Bare Conductive board executing the DataStream application.

You have two files:

bareconductive.py: the sdk itself

bcserver.py: a websocket server able to serve bareconductive readings in json format

This is a rough implementation developed during the Music Hack Day Barcelona 2015. There is a looooot to improve. Also my first Python code, so any suggestion is welcome :)