]> git.donarmstrong.com Git - neurodebian.git/blob - future/blends/pyff
Also for stats report which repo and which job number use our setup
[neurodebian.git] / future / blends / pyff
1 Source: pyff
2 Tasks: debian-science/bci
3 Homepage: http://bbci.de/pyff/
4 License: GPL-2+
5 Author: Bastian Venthur <venthur at cs tu-berlin de>
6 Language: Python
7 Version: 2010.7
8 Vcs-Browser: https://github.com/venthur/pyff
9 Vcs-Git: git://github.com/venthur/pyff.git
10 Published-Title: Pyff --- A Pythonic Framework for Feedback Applications and Stimulus Presentation in Neuroscience
11 Published-Authors: Bastian Venthur, Simon Scholler, John Williamson, Sven Dähne, Matthias S Treder, Maria T Kramarek, Klaus-Robert Müller and Benjamin Blankertz
12 Published-In: Frontiers in Neuroscience
13 Published-Year: 2010
14 Published-DOI: 10.3389/fnins.2010.00179
15 Pkg-Description: Brain Computer Interface (BCI) framework
16  Pyff is a Pythonic Feedback Framework which provides a platform
17  independent framework to develop BCI feedback applications in
18  Python. It was designed to make the development of feedback
19  applications as easy as possible.  Pyff framework moves feedback
20  implementations to a general purpose, and easy to learn language like
21  Python. Python provides many so called bindings to other libraries,
22  which allow it to develop high quality multimedia feedback
23  applications, with little effort.
24  .
25  The framework communicates with the rest of the BCI system via a
26  standardized communication protocol using UDP and XML and is
27  therefore suitable to be used with any BCI system that may be adapted
28  to send its control signal via UDP in the specified format.