Difference between revisions of "BCI on Sockets"

From AIRWiki
Jump to: navigation, search
m
(How to compile galileo socket.)
Line 14: Line 14:
 
}}
 
}}
 
[[Image:Bci on socket.png]]
 
[[Image:Bci on socket.png]]
 +
==Galileo Socket==
 +
===How to compile===
 +
*Cygwin:
 +
''gcc galileo_socket.c -mno-cygwin -lwsock32 -o galileo_sock.exe''
 +
*Dev-C++:
 +
''Tools -> Compiler Options. Check '''Add these commands to the linker command line''' and write '''-lwsock32''' in the textbox.''

Revision as of 19:49, 16 May 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
Bci on socket.png

Galileo Socket

How to compile

  • Cygwin:

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

  • Dev-C++:

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