UDP markers / docs?
retani
Berlin
in OpenBCI_GUI
Hi!
I am trying to set markers and I already figured out that OpenBCI_GUI listens to port 5100 for markers sent via UDP.
1. How to send markers / in which format?
2. Is there documentation somewhere?
I really wonder whether I just couldn't find the documentation. I took me quite a while to figure out that there is an UDP listener. So I started digging into the source code and found the handler in https://github.com/OpenBCI/OpenBCI_GUI/blob/16129254c346c5f21d930f4d29657a70c7c9d686/OpenBCI_GUI/OpenBCI_GUI.pde at line 397 but it's not straight forward to reverse engineer to get understand how to use it.
However, I really wonder whether there is a documentation somewhere! Thanks!
Comments