Tristan Stenner

Results 198 comments of Tristan Stenner

I've uploaded a [test build](https://lsl.dienstli.ch/liblsl-1.14.0-Linux64-bionic.deb) of the [multicast branch](https://github.com/sccn/liblsl/pull/31), could you try if this fixes it?

That shouldn't happen at all. I've uploaded a [build with some more debug information](https://lsl.dienstli.ch/multicast.tar.bz2), could you run the unit tests from `bin/lsl_test_exported` and post the results?

The good news is that the error is reproducible, the bad news is that the network configuration looks ok. I'll add some more debug messages to see what's (not) happening...

I've updated the debug build, could you download it again, run `LSLAPICFG=install/bin/lslcfgs/debuglog.cfg install/bin/lsl_test_exported` and upload the `lsldebuglog.txt`?

I've generated a [sample document](https://github.com/tomduck/pandoc-fignos/files/779869/Figure_example.docx), hope this helps.

CC @chkothe who wanted to see an example implementation.

Also CC @agricolab, @cbrnr since this might be useful for a pure python reader.

If experimented with both Cython and pybind11 (C++ to parse the data chunks), and while the speedups were impressive they were still slower (not to mention more complex) than the...

From my point of view, it's absolutely necessary that all three readers (C++ libxdf, xdf-Python and xdf-Matlab) have a reference implementation before anything is set in stone. For Matlab, the...

Testing with 10 chunks, 64 channels and 100000 samples each. You can find the code at https://github.com/tstenner/xdf/tree/chunk7 (readers) and https://github.com/labstreaminglayer/App-LabRecorder/tree/xdfwriter_chunk7 (writer; run `test_chunk7` as `test_chunk7 10 100000 0 0`).   |  ...