Registry / networking / liblsl

liblsl

JSON →
library1.17.5vcpkgunverified

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

vcpkg install liblsl
INSTALL
IMPORT
SIG · LIBLSL
L
liblsl
networkingcppv1.17.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lsl_cpp.h
#include <lsl_cpp.h>

Create an LSL stream outlet for EEG data

#include <lsl_cpp.h> #include <iostream> int main() { lsl::stream_info info("MyStream", "EEG", 8, 100.0, lsl::cf_float32, "myuid12345"); lsl::stream_outlet outlet(info); std::cout << "Stream created: " << info.name() << std::endl; return 0; }
Debug
Known issues
gotchaNetwork timing synchronization requires all devices to be on the same network with minimal latency.
fix
Use a dedicated network or ensure low-latency connections for time-critical applications.
affects: *
Upgrade
Version history
1.17.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

liblsl — pip install liblsl · libregistry