SharpLSL 1.17.5

dotnet add package SharpLSL --version 1.17.5
                    
NuGet\Install-Package SharpLSL -Version 1.17.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpLSL" Version="1.17.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpLSL" Version="1.17.5" />
                    
Directory.Packages.props
<PackageReference Include="SharpLSL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpLSL --version 1.17.5
                    
#r "nuget: SharpLSL, 1.17.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SharpLSL@1.17.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpLSL&version=1.17.5
                    
Install as a Cake Addin
#tool nuget:?package=SharpLSL&version=1.17.5
                    
Install as a Cake Tool

<p align="center"> <a href="https://github.com/SharpLSL/SharpLSL"> <img src="https://raw.githubusercontent.com/SharpLSL/SharpLSL/main/docs/images/icon_medium.png" alt="SharpLSL icon" width="256" /> </a> </p>

SharpLSL

NuGet Downloads Build GitHub code size in bytes GitHub repo size License alternate text is missing from this package README image

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.

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.5

  • .NETStandard 2.0

  • net10.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.17.5 129 5/27/2026
1.17.5-rc.1 76 4/19/2026
1.17.4 213 3/1/2026
1.17.4-rc.1 70 2/24/2026
1.16.2 139 2/2/2026
1.16.2-rc.1 244 7/13/2025