liblsl icon indicating copy to clipboard operation
liblsl copied to clipboard

C++ lsl library for multi-modal time-synched data transmission over the local network

Results 53 liblsl issues
Sort by recently updated
recently updated
newest added

With 1.16.2 released, I keep trying to re-run the GH Actions workflow and keep getting errors uploading the artifacts. e.g., https://github.com/sccn/liblsl/actions/runs/5101895509/jobs/9176126112 I don't know what's different between this working Ubuntu...

I have downloaded the liblsl package for focal, and I cannot install it: ```shell # gdebi /tmp/liblsl-1.16.1-focal_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done Reading state...

I found this surprising behavior using the python binding, which hints to a bug in the C++ library as the methods invoked are one-line wrapper around the C++ functions. ```...

1. According to [this](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/827), I think we aren't supposed to be using `CPACK_INSTALL_PREFIX` [here](https://github.com/sccn/liblsl/blob/master/cmake/LSLCMake.cmake#L309) and should instead be using [`CPACK_PACKAGING_INSTALL_PREFIX`](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/827), **if at all**. 2. It seems like we can drop...

Hello, another edge-case issue discovered through the Python API that is probably a bug in the C++ lib since the methods involved are one-line wrappers around the C++ functions. ```...

Hi, At https://labstreaminglayer.readthedocs.io/info/network-connectivity.html#unix-linux-macos it is recommended to use `socat` for network troubleshooting on Linux. I tried this, but it seemed good to share that I found that socat absorbed my...

I discovered this using the Python API, but it's most likely present everywhere. See below the desription and a MWE in Python: In the Python API, `StreamInlet.open_stream(timeout)` is not completely...

* Adds test to for calling info on a disconnected stream_inlet to testing/ext/discovery.cpp * Fixes deadlock that occurred by checking return value of buffer.connect and throwing a system_error based on...

How can I install liblsl and its dependencies on ubuntu 20.04 on aarch64 architecture?

Context: I am playing back an XDF file through LSL to test my online pipelines. I would like to push data through the LSL Outlet(s) as fast as possible but...