Skip to content

Practical C++ Sockets

open-ephys edited this page Feb 20, 2012 · 1 revision

<< back to Key classes

For the purposes of sending messages over the network, we're using this simple sockets library:

http://cs.baylor.edu/~donahoo/practical/CSockets/practical/

It works fine for sending simple messages via the WiFiOutput.

Clone this wiki locally