CShocker 1.3.0

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

// Install CShocker as a Cake Tool
#tool nuget:?package=CShocker&version=1.3.0

Library to interact with Shock-Collars that are remotely controllable via ESP32-Boards.

GitHub License NuGet Version

Usage

public static void Main(string[] args){
    List<string> shockerIds = new();
    IntensityRange intensityRange = new IntensityRange(30, 50);
    DurationRange durationRange = new DurationRange(1000, 2000);
    string apiKey = ":)";
    OpenShockHttp openShockHttp = new OpenShockHttp(shockerIds, intensityRange, durationRange, apiKey);
    openShockHttp.ShockerIds.AddRange(openShockHttp.GetShockers());
    
    string username = "username";
    string shareCode = "sharecode";
    PiShockHttp piShockHttp = new PiShockHttp(shockerIds, intensityRange, durationRange, apiKey, username, shareCode, apiUri);
    
    ControlAction action = ControlAction.Shock;
    openShockHttp.Control(action, shockerIds.First(), 20, 1000);
    piShockHttp.Control(action);
}

Shocker.Control

Control(ControlAction action, string? shockerId = null, int? intensity = null, int? duration = null)

If shockerId is null, all IDs will be used. If intensity or duration are null, a random value within the configured range will be used.

ControlAction

From here

Variables

ApiKey

  • For OpenShock (HTTP) get token here
  • For PiShock (HTTP) get information here

ShockerIds

List of Shocker-Ids, comma seperated.

[ "ID-1-asdasd", "ID-2-fghfgh" ]

OpenShockHttp also can retrieve IDs automatically.

Intensity Range

in percent

0-100

Duration Range

in ms

  • 0-30000 OpenShock
  • 0-15000 PiShock

Username (PiShockHttp only)

For PiShock (HTTP) get information here

Sharecode (PiShockHttp only)

For PiShock (HTTP) get information here

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.

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
2.4.1 91 2/15/2024
2.4.0 108 2/12/2024
2.3.1 96 2/11/2024
2.3.0 89 2/11/2024
2.2.0 92 2/4/2024
2.1.1 93 2/4/2024
2.1.0 95 2/1/2024
2.0.2 103 1/29/2024
2.0.0 82 1/29/2024
1.3.8 89 1/28/2024
1.3.7 114 1/28/2024
1.3.6 100 1/20/2024
1.3.4 94 1/20/2024
1.3.2 97 1/20/2024
1.3.1 94 1/20/2024
1.3.0 101 1/20/2024
1.2.5 103 1/19/2024
1.2.4 93 1/19/2024
1.2.3 111 1/19/2024
1.2.2 86 1/19/2024
1.2.0 99 1/19/2024
1.1.11 114 1/17/2024
1.1.10 113 1/17/2024
1.1.9 121 1/17/2024
1.1.8 111 1/17/2024
1.1.7 119 1/17/2024
1.1.6 106 1/17/2024
1.1.5 116 1/17/2024
1.1.4 103 1/17/2024
1.1.3 116 1/17/2024
1.1.2 119 1/17/2024
1.1.1 116 1/17/2024
1.1.0 113 1/17/2024
1.0.5 112 1/17/2024
1.0.4 112 1/17/2024
1.0.3 116 1/17/2024
1.0.2 107 1/17/2024
1.0.1 111 1/17/2024
1.0.0 114 1/17/2024