Buttplug.Net 0.1.0-ci0043

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

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

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

⚙️ 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);

client.DeviceAdded += (_, e) => Console.WriteLine($"Device added: {e}");
client.DeviceRemoved += (_, e) => Console.WriteLine($"Device removed: {e}");
client.ScanningFinished += (_, e) => Console.WriteLine("Scanning finished");
client.UnhandledException += (_, e) => Console.WriteLine($"Error received: {e}");
client.Disconnected += (_, e) => Console.WriteLine("Disconnected");

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

await client.StartScanningAsync(cancellationToken);
await Task.Delay(1000);
await client.StopScanningAsync(cancellationToken);

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

await Task.Delay(1000);
await client.StopAllDevicesAsync(cancellationToken);
Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Buttplug.Net:

Package Downloads
Buttplug.Net.NewtonsoftJson

Newtonsoft.Json based converter for Buttplug.Net

Buttplug.Net.SystemTextJson

System.Text.Json based converter for Buttplug.Net

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-ci0081 686 3/17/2023
0.1.0-ci0080 125 1/15/2023
0.1.0-ci0077 163 1/14/2023
0.1.0-ci0072 101 1/13/2023
0.1.0-ci0066 105 1/12/2023
0.1.0-ci0061 100 1/11/2023
0.1.0-ci0055 100 1/10/2023
0.1.0-ci0052 100 1/10/2023
0.1.0-ci0046 99 1/9/2023
0.1.0-ci0045 93 1/9/2023
0.1.0-ci0043 97 1/9/2023
0.1.0-ci0042 96 1/9/2023
0.1.0-ci0040 92 1/9/2023
0.1.0-ci0031 92 1/9/2023
0.1.0-ci0026 95 1/9/2023
0.1.0-ci0022 92 1/8/2023