Difference between revisions of "BCI on Sockets"

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

Revision as of 20:50, 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_socket.exe

  • Dev-C++:

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