Network sink

Network sink is a module that can send both continuous channel data, as well as spike & other events over Ethernet to be processed in real time on another computer. This mechanism can also be used to do real-time analysis in Matlab. Data is serialized/deserialized using Google Protocol Buffers and sent by a "publisher" using zeroMQ. Any number of subscribers can listen and capture the data for further processing.

Status: In development.

TODO: improve the existing zeroMQ matlab wrapper to support Google Protocol Buffers.