Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
A simple sdk to interact with the Bare Conductive board from python
- Host: GitHub
- URL: https://github.com/sergiandreplace/bare-conductive-python-sdk
- Owner: sergiandreplace
- License: apache-2.0
- Created: 2015-06-18T18:50:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T18:52:23.000Z (over 9 years ago)
- Last Synced: 2024-10-31T23:10:11.221Z (about 2 months ago)
- Language: Python
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)