Difference between revisions of "BCI on Sockets"

From AIRWiki
Jump to: navigation, search
(Galileo Socket)
m
Line 13: Line 13:
 
|type=Course
 
|type=Course
 
}}
 
}}
 +
Lo scopo del progetto BCI on Socket è quello di permettere l'acquisizione via rete dei segnali cerebrali.
 
==Galileo Socket==
 
==Galileo Socket==
 
[[Image:Bci on socket.png]]
 
[[Image:Bci on socket.png]]

Revision as of 22:02, 25 July 2011

BCI on Socket
Image of the project BCI on Sockets
Short Description: Communication on TCP/IP between BCI Software modules
Coordinator: MatteoMatteucci (matteo.matteucci@polimi.it)
Tutor: MatteoMatteucci (matteo.matteucci@polimi.it)
Collaborator:
Students: MarioPolino (mpolino90@gmail.com), NikoZarzani (niko.zarzani@gmail.com)
Research Area: BioSignal Analysis
Research Topic: Brain-Computer Interface
Start: 2011/04/15
Status: Active
Level: Bs
Type: Course

Lo scopo del progetto BCI on Socket è quello di permettere l'acquisizione via rete dei segnali cerebrali.

Galileo Socket

Bci on socket.png

Galileo Socket è un programma scritto in C che si occupa di leggere dalla named pipe creata dal Galileo Plugin e lo invia via socket in modalità server. L'invio dei dati per ora è in formato raw e si dovrebbe trattare di un array di float.

How to compile

  • Cygwin:

gcc galileo_socket.c -mno-cygwin -lwsock32 -o galileo_socket.exe

  • Dev-C++:

Tools -> Compiler Options. Check Add these commands to the linker command line and write -lwsock32 in the textbox.