Buttplug.Net.NewtonsoftJson 0.1.0-ci0094

This is a prerelease version of Buttplug.Net.NewtonsoftJson.
dotnet add package Buttplug.Net.NewtonsoftJson --version 0.1.0-ci0094                
NuGet\Install-Package Buttplug.Net.NewtonsoftJson -Version 0.1.0-ci0094                
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="Buttplug.Net.NewtonsoftJson" Version="0.1.0-ci0094" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Buttplug.Net.NewtonsoftJson --version 0.1.0-ci0094                
#r "nuget: Buttplug.Net.NewtonsoftJson, 0.1.0-ci0094"                
#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.
// Install Buttplug.Net.NewtonsoftJson as a Cake Addin
#addin nuget:?package=Buttplug.Net.NewtonsoftJson&version=0.1.0-ci0094&prerelease

// Install Buttplug.Net.NewtonsoftJson as a Cake Tool
#tool nuget:?package=Buttplug.Net.NewtonsoftJson&version=0.1.0-ci0094&prerelease                

Buttplug.Net is a buttplug client library written in modern .Net

Release Pre-Release Build

⚙️ Installation

Stable and prerelease builds are available from Nuget:

📄 Sample

var cancellationToken = CancellationToken.None;

//var converter = new ButtplugNewtonsoftJsonConverter();
var converter = new ButtplugSystemTextJsonConverter();
await using var client = new ButtplugClient("Buttplug.Net", converter);

await client.ConnectAsync(new Uri("ws://127.0.0.1:12345/"), cancellationToken);
Console.WriteLine("Connected");

await client.StartScanningAsync(cancellationToken);
await Task.Delay(2500);

foreach (var device in client.Devices)
    await device.ScalarAsync(1, ActuatorType.Vibrate, cancellationToken);

await Task.Delay(1000);
await client.StopAllDevicesAsync(cancellationToken);

More samples available here

Product Compatible and additional computed target framework versions.
.NET 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 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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Buttplug.Net.NewtonsoftJson:

Repository Stars
Yoooi0/MultiFunPlayer
flexible application to synchronize various devices with media playback
Version Downloads Last updated
0.1.0-ci0094 94 10/24/2024
0.1.0-ci0092 192 5/25/2024
0.1.0-ci0081 530 3/17/2023
0.1.0-ci0080 129 1/15/2023
0.1.0-ci0077 388 1/14/2023
0.1.0-ci0072 124 1/13/2023
0.1.0-ci0066 121 1/12/2023
0.1.0-ci0061 111 1/11/2023
0.1.0-ci0055 111 1/10/2023
0.1.0-ci0052 120 1/10/2023
0.1.0-ci0046 122 1/9/2023
0.1.0-ci0045 111 1/9/2023
0.1.0-ci0043 109 1/9/2023
0.1.0-ci0042 108 1/9/2023
0.1.0-ci0040 106 1/9/2023
0.1.0-ci0031 107 1/9/2023
0.1.0-ci0026 116 1/9/2023
0.1.0-ci0022 109 1/8/2023