Metadata-Version: 2.4
Name: pyactivetwo
Version: 0.1
Summary: Python library for reading signal from BioSemi ActiveTwo EEG device
Home-page: http://github.com/kuz/pyactivetwo
Author: Ilya Kuzovkin
Author-email: ilya.kuzovkin@gmail.com
License: MIT
Keywords: eeg signal biosemi activetwo
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
License-File: LICENSE.txt
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

==================================================================
pyactivetwo: Python library for reading signal from BioSemi ActiveTwo EEG device
==================================================================


Installation
------------

The easiest way to install is via ``easy_install`` or ``pip``::

    $ easy_install pyactivetwo

Usage
-----

Turn on the BioSemi ActiveTwo device.
Start BioSemi ActiView and configure sampling rate and other important parameters to your liking. Pay special attention to the "TCP Server" tab. The parameters should correspond with the parameters you inialize `ActiveTwo` object with.
Have a look at the ``examples/example.py`` for the minimal usage example.
