Difference between revisions of "BCI on Sockets"
From AIRWiki
MarioPolino (Talk | contribs) (How to compile galileo socket.) |
MarioPolino (Talk | contribs) (→How to compile) |
||
Line 17: | Line 17: | ||
===How to compile=== | ===How to compile=== | ||
*Cygwin: | *Cygwin: | ||
− | ''gcc galileo_socket.c -mno-cygwin -lwsock32 -o | + | ''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 19:50, 16 May 2011
BCI on Socket
| |
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
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.