Redpoint.Pdu.CyberPower 2026.1252.481

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Redpoint.Pdu.CyberPower --version 2026.1252.481
                    
NuGet\Install-Package Redpoint.Pdu.CyberPower -Version 2026.1252.481
                    
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="Redpoint.Pdu.CyberPower" Version="2026.1252.481" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.Pdu.CyberPower" Version="2026.1252.481" />
                    
Directory.Packages.props
<PackageReference Include="Redpoint.Pdu.CyberPower" />
                    
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 Redpoint.Pdu.CyberPower --version 2026.1252.481
                    
#r "nuget: Redpoint.Pdu.CyberPower, 2026.1252.481"
                    
#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 Redpoint.Pdu.CyberPower@2026.1252.481
                    
#: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=Redpoint.Pdu.CyberPower&version=2026.1252.481
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.Pdu.CyberPower&version=2026.1252.481
                    
Install as a Cake Tool

Redpoint.Pdu.CyberPower

This library provides an implementation of Redpoint.Pdu.CyberPower for the CyberPower PDU81404.

To use it, create a CyberPower PDU factory and then try to connect to the PDU:

var factory = new CyberPowerPduFactory();
var pdu = await factory.TryGetAsync(
	new IPAddress("192.168.1.1"),
	"public");
if (pdu == null)
{
	// Target is not responding, or is not a supported CyberPower PDU.
	return;
}
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

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
2026.1254.463 0 9/11/2026
2026.1253.413 39 9/10/2026
2026.1253.351 39 9/10/2026
2026.1253.309 39 9/10/2026
2026.1253.296 37 9/10/2026
2026.1253.294 43 9/10/2026
2026.1253.293 37 9/10/2026
2026.1252.1055 35 9/9/2026
2026.1252.751 41 9/9/2026
2026.1252.567 37 9/9/2026
2026.1252.562 32 9/9/2026
2026.1252.481 37 9/9/2026
2026.1252.476 41 9/9/2026
2026.1252.473 34 9/9/2026
2026.1251.209 66 9/8/2026
2026.1240.337 100 8/28/2026
2026.1239.666 90 8/27/2026
2026.1239.663 88 8/27/2026
2026.1239.658 83 8/27/2026
2026.1231.483 105 8/19/2026
Loading failed