Rug.Osc 1.2.5

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

Simple, complete, open source OSC implementation for .NET (2.0 and greater) and Mono. Message argument types supported are: int, long, float, double, string, symbol, bool, RGBA Color, Osc-Null, Osc-Timetag, Osc-Midi, impulse, char, blobs and arrays. Also boasts a full feature set including: Bundles, Sending/Receiving osc packets via UDP (IPv4, IPv6, Unicast, Multicast and IPv4 Broadcast) or Read/write osc packets via streams, message address patterns and pattern matching, as well as parseing osc messages and bundles from strings. Rug.Osc has been optimized for use in real-time applications and is 100% thread safe.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Rug.Osc:

Repository Stars
tixl3d/tixl
Tooll 3 is an open source software to create realtime motion graphics.
Version Downloads Last Updated
1.2.5 403 1/4/2014
1.2.4 51 10/31/2013
1.2.3 49 8/30/2013

For examples and demos see the project site.