BCI on Sockets

From AIRWiki
Revision as of 21:59, 25 July 2011 by NikoZarzani (Talk | contribs) (Galileo Socket)

Jump to: navigation, search
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

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.