I'm working on an online system and I've been using the TCP/IP server in order to collect the eeg signals. As far as I understand, the Actiview server sends the data point to a ringbuffer and when I connect my TCP/IP client, the data collection is from here.
If this is correct, what happens when I close the TCP/IP connection and after a while I re-connect my TCP/IP client ?. Is the ringbuffer reset? or what happens with the data that I didn't collect? Does the old data remain there?
Thanks in advance
Toycito
