- Fixed plugin directory in user.py. Calling
python ./user.py --list
lists all the plugins now. - Cleaned up BluePy import for ganglion.
- Test coverage improvements for Cyton.
- user.py always loaded the ganglion and didnt work with the cyton any more.
- Multiple other fixes
- High speed mode for WiFi shield sends raw data - #51
- Unit testing with Nosetests
- Continuous Integration with Travis.ci
- Refactored library for pip
- Moved plugins folder into openbci dir so plugins can be imported when installed with pip
- Adds high speed for Daisy over WiFi - now all boards are supported!
- Adds high speed for Ganglion over WiFi
- Adds high speed for Cyton over WiFi
Features:
- Stream data over TCP (OpenViBE telnet reader format), OSC, UDP, LSL
- 16 channels support (daisy module)
- test sampling rate
- plugin system
- several different callback functions
- start streaming in a separate thread so new commands can be issued
Bugfixes:
- scale factor
- timing for Windows OS
- aux data endianness
- reset board on startup
First stable version. (?)