The Stream SDK for OSX provides a library for streaming and parsing EEG and ECG data from NeuroSky devices, such as MindWave Mobile. The data stream can be opened and read from Bluetooth, or from files (for previously-recorded data stream files).
If this is your first time using the “Stream SDK for OSX”, please start by reading the "StreamSDKForMac” PDF. It will tell you everything you need to know to get started.
Happy coding!
Version History
Version 1.8 Date: 2016/12/14
- Fix version number in SDK
Version 1.7 Date: 2016/11/11
- Support BrainLink
Version 1.6 Date: 2016/07/15
- Fix issues in Sample project
- Improve document
Version 1.5 Date: 2016/06/30
- Support MWM 1.5
Version 1.4 Date: 2015/10/21
- Support ARC
- Add more desciption of MindDataType in Document for SDK
- Add more code to show how to use MindDataType in the sample project
Version 1.3 Date: 2015/10/14
- Fix bugs
- Don't support OS X 10.7
- Update Document for SDK
Version 1.2 Date: 2015/8/2
- Fix bugs
Version 1.1 Date: 2015/8/21
- Fix bugs and disconnect issue
- Update guide document
Version 1.0 Date: 2015/8/05
- Init stream with MindWaveMobile or File
- Recording stream binary data to file
- Add connect or disconnect notification