Redpoint.Pdu.CyberPower 2026.1078.345

Prefix Reserved
dotnet add package Redpoint.Pdu.CyberPower --version 2026.1078.345
                    
NuGet\Install-Package Redpoint.Pdu.CyberPower -Version 2026.1078.345
                    
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.1078.345" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.Pdu.CyberPower" Version="2026.1078.345" />
                    
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.1078.345
                    
#r "nuget: Redpoint.Pdu.CyberPower, 2026.1078.345"
                    
#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.1078.345
                    
#: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.1078.345
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.Pdu.CyberPower&version=2026.1078.345
                    
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.1078.345 33 3/19/2026
2026.1078.335 33 3/19/2026
2026.1078.69 34 3/19/2026
2026.1076.368 62 3/17/2026
2026.1076.358 70 3/17/2026
2026.1076.335 74 3/17/2026
2026.1076.329 63 3/17/2026
2026.1076.325 67 3/17/2026
2026.1072.397 80 3/13/2026
2026.1072.372 79 3/13/2026
2026.1072.370 81 3/13/2026
2026.1072.369 77 3/13/2026
2026.1065.340 79 3/6/2026
2026.1065.281 73 3/6/2026
2026.1065.266 80 3/6/2026
2026.1064.916 77 3/5/2026
2026.1064.914 79 3/5/2026
2026.1064.402 77 3/5/2026
2026.1064.401 82 3/5/2026
2026.1064.386 78 3/5/2026
Loading failed