Skip to content

SharpLSL/SharpLSL

Repository files navigation

SharpLSL icon

SharpLSL

NuGet Downloads Build GitHub code size in bytes GitHub repo size License

SharpLSL is a cross-platform C# binding of Lab Streaming Layer.

Using SharpLSL

SharpLSL is available as a convenient NuGet package. You can install SharpLSL using any of the following methods:

.NET CLI:

dotnet add package SharpLSL --version <version>

NuGet package manager:

Install-Package SharpLSL -Version <version>

PackageReference:

<PackageReference Include="SharpLSL" Version="<version>" />

Replace <version> with the specific version number of SharpLSL you wish to use.

In addition to installing SharpLSL, you will need to install the appropriate native liblsl binary package(s) for your target platform(s). SharpLSL offers separate NuGet packages for these binaries, named SharpLSL.Native.[RID], where [RID] represents the runtime identifier for the specific platform. For details on runtime identifiers, refer to the RID catalog. You can find the list of available native packages and their platform mappings in the SharpLSL.Native README.

If your application is cross-platform, you can opt for the SharpLSL.Native.all package. This meta-package references all the other platform-specific liblsl packages, making it easier to manage dependencies for different operating systems.

Related Projects

Project Stars Description License
BlueMuse GitHub stars Windows 10 app to stream data from Muse EEG headsets via LSL. GPL-3.0-badge
labstreaminglayer GitHub stars LabStreamingLayer super repository comprising submodules for LSL and associated apps. MIT-badge
LibLSL GitHub stars Modern C# wrapper for the LabStreamingLayer (LSL). MIT-badge
liblsl GitHub stars C++ lsl library. MIT-badge
liblsl-Csharp GitHub stars C# bindings for liblsl. MIT-badge
lsl GitHub stars Bonsai library containing interfaces for streaming data from devices implementing the LSL protocol. MIT-badge
LSL4Unity GitHub stars A integration approach of the LSL framework for Unity3D. MIT-badge
lsl_archived GitHub stars Archived lsl repository.
lsl_in_unity GitHub stars Simple Unity 2D project with changing background color and click audio playing using LabStreamingLayer. MIT-badge
Neuracle.LSLSample GitHub stars Neuracle LSL sample.
PolarBLE GitHub stars Polar H10 ECG LabstreamingLayer relay. LGPL-2.1-badge
TimeShot GitHub stars Video recorder with Labstreaminglayer integration. GPL-2.0-badge

License

MIT

Packages

 
 
 

Contributors