Buttplug.Net.SystemTextJson
                              
                            
                                0.1.0-ci0072
                            
                        
                    
        
        
                                This is a prerelease version of Buttplug.Net.SystemTextJson.
                            
    
    
        
        
                                There is a newer prerelease version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package Buttplug.Net.SystemTextJson --version 0.1.0-ci0072
NuGet\Install-Package Buttplug.Net.SystemTextJson -Version 0.1.0-ci0072
        
        
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.SystemTextJson" Version="0.1.0-ci0072" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Buttplug.Net.SystemTextJson" Version="0.1.0-ci0072" />
<PackageReference Include="Buttplug.Net.SystemTextJson" />
        
        
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 Buttplug.Net.SystemTextJson --version 0.1.0-ci0072
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Buttplug.Net.SystemTextJson, 0.1.0-ci0072"
        
        
#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 Buttplug.Net.SystemTextJson@0.1.0-ci0072
        
        
#: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=Buttplug.Net.SystemTextJson&version=0.1.0-ci0072&prerelease
#tool nuget:?package=Buttplug.Net.SystemTextJson&version=0.1.0-ci0072&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Buttplug.Net is a buttplug client library written in modern .Net
⚙️ Installation
Stable and prerelease builds are available from Nuget:
- Buttplug.Net: Core buttplug client library
- Buttplug.Net.NewtonsoftJson: Buttplug JSON message converter based on Newtonsoft.Json
- Buttplug.Net.SystemTextJson: Buttplug JSON message converter based on System.Text.Json
📄 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 | Versions 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. 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. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    net7.0- Buttplug.Net (>= 0.1.0-ci0072)
 
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 | 
|---|---|---|
| 0.1.0-ci0094 | 127 | 10/24/2024 | 
| 0.1.0-ci0092 | 117 | 5/25/2024 | 
| 0.1.0-ci0081 | 211 | 3/17/2023 | 
| 0.1.0-ci0080 | 200 | 1/15/2023 | 
| 0.1.0-ci0077 | 186 | 1/14/2023 | 
| 0.1.0-ci0072 | 180 | 1/13/2023 | 
| 0.1.0-ci0066 | 186 | 1/12/2023 | 
| 0.1.0-ci0061 | 189 | 1/11/2023 | 
| 0.1.0-ci0055 | 183 | 1/10/2023 | 
| 0.1.0-ci0052 | 183 | 1/10/2023 | 
| 0.1.0-ci0046 | 179 | 1/9/2023 | 
| 0.1.0-ci0045 | 174 | 1/9/2023 | 
| 0.1.0-ci0043 | 176 | 1/9/2023 | 
| 0.1.0-ci0042 | 174 | 1/9/2023 | 
| 0.1.0-ci0040 | 170 | 1/9/2023 | 
| 0.1.0-ci0031 | 182 | 1/9/2023 | 
| 0.1.0-ci0026 | 174 | 1/9/2023 | 
| 0.1.0-ci0022 | 176 | 1/8/2023 |