BCI on Sockets

From AIRWiki
Revision as of 19:50, 16 May 2011 by MarioPolino (Talk | contribs) (How to compile)

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
Bci on socket.png

Galileo Socket

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.