Puzzlebox Brainstorms, an Open Source software suite supporting school projects which help introduce students to basic neuroscience and brain-computer interfaces.Just in case anyone has problems installing Synapse on Ubuntu 11.10 Oneiric Ocelot, here they are. The project is under very active development, I'm told, so I'm sure these instructions won't be necessary
Download URL: (windows/RPM installers available here)
Installation steps (Ubuntu 11.10):
sudo apt-get install python python-qt4 python-simplejson python-bluez python-serial python-matplotlib
wget http://brainstorms.puzzlebox.info/files/puzzlebox_synapse-0.5.0.tar.bz2
tar jxvf puzzlebox_synapse-0.5.0.tar.bz2
cd puzzlebox_synapse-0.5.0
Then to install the program (optional):
python setup.py build
python setup.py install
Or to just run the GUI and see what it does, use the synapse-*.py scripts in the puzzlebox_synapse-0.5.0/ folder:
./synapse-gui.py
./synapse-client.py
./synapse-protocol.py
./synapse-server.py
No comments:
Post a Comment