Matthew Grivich
Matthew Grivich
I suspect that there is some problem with your lab streaming layer installation. Please rename (or delete) the LSL directory and get a fresh copy from github. Rebuild LSL from...
Use https://github.com/sccn/labstreaminglayer/tree/master/LSL/liblsl/project/code.blocks to build LSL.
Java send/receive working for me. I'm on Ubuntu 14.04.4 LTS.
I assume you mean NOT absolutely critical. Just slapping on SSL would add no value, because anyone who can detect the stream can subscribe to it and get the real...
To use a few more words that Chadwick: The primary interface for LSL is written in C, and is visible in lsl_c.h. lsl_cpp.h is a wrapper around lsl_c.h. LabView should...
That issue that maltesen ran into should be fixed in the latest releases. https://github.com/sccn/liblsl/releases
At the this time, Presentation can only send LSL events, not receive them. You say you want Presentation to receive events, but then you say you can't send them from...
Have you turned off all the firewalls? Are you using the standard SendString, ReceiveString examples? Are you on a wired network?
P.S. I generally use windows 10 Ubuntu these days for LSL stuff.
You should try updating to the latest liblsl (build from source) on both endpoints. Also try turning off ipv6 on both endpoints. I fixed one issue with ipv6, but I'm...