Lab streaming layer

Does anyone have any experience using lab streaming layer (LSL) with Julia? Or know of any packages that do? Specifically I am trying to stream my data from acquisition machines to another computer where Julia will process the data.

For reference…
“The lab streaming layer (LSL) is a system for the unified collection of measurement time series in research experiments that handles both the networking, time-synchronization, (near-) real-time access” (https://github.com/sccn/labstreaminglayer)

You may be interested in LSL.jl which provides a Julia interface to lab streaming layer. The package is quite complete compared with existing bindings (with the exception of streams of string type), and has good but incomplete CI test coverage on intel platforms.

Thanks. That looks great. I’ll check it out