OscCoreNetStd2 1.1.4

dotnet add package OscCoreNetStd2 --version 1.1.4
                    
NuGet\Install-Package OscCoreNetStd2 -Version 1.1.4
                    
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="OscCoreNetStd2" Version="1.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OscCoreNetStd2" Version="1.1.4" />
                    
Directory.Packages.props
<PackageReference Include="OscCoreNetStd2" />
                    
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 OscCoreNetStd2 --version 1.1.4
                    
#r "nuget: OscCoreNetStd2, 1.1.4"
                    
#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 OscCoreNetStd2@1.1.4
                    
#: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=OscCoreNetStd2&version=1.1.4
                    
Install as a Cake Addin
#tool nuget:?package=OscCoreNetStd2&version=1.1.4
                    
Install as a Cake Tool

OscCore

CircleCI

A preformant Open Sound Control library for .NET Standard from the creator of Rug.Osc

tl;dr

If you want ease of use and fast results use Rug.Osc. If you can do the work and want fast code use OscCore.

The motivation for this new library is:

  • Allow fast reading and writing of OSC messages and bundles without boxing of types or excessive memory allocation.
  • Decouple message format from transport layer. There in no UDP / TCP / Serial code in this library.
  • To use the lowest possible version of .NET Standard (currently 1.3) to allow maximum portability.
  • To move away from the monolith that was Rug.Osc.

Differences over Rug.Osc:

  • Thread safety, Rug.Osc was aggressively thread safe. OscCore is NOT thread safe! you will have to deal with that stuff on your own.
  • Ease of use, Rug.Osc was very friendly. OscCore is NOT your friend it will allow you to create invalid messages and parse junk if you are not careful.
  • Transport layer, Rug.Osc had all the transport layer stuff built in, it is a one stop shop for sending and receiving OSC messages. OscCore does non of this, it is expected that you will use some other library to get data on and off the wire.
  • Osc Address routing, Rug.Osc has mechanisms for routing incoming messages to delegates. OscCore does not provide routing, you will have to devise the best method for how this happens in the context of your application.

Why would I use this belligerent library?

OscCore is:

  • Performant, using the 'Raw' api is typically more that 2x faster than Rug.Osc for read operations.
  • Uses minimal memory footprint / copying for normal operation.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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 was computed.  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 was computed.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.

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.1.4 137 3/28/2025
1.1.3 118 3/28/2025