Zeus.Protocols.Snmp 0.15.0

dotnet add package Zeus.Protocols.Snmp --version 0.15.0
                    
NuGet\Install-Package Zeus.Protocols.Snmp -Version 0.15.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="Zeus.Protocols.Snmp" Version="0.15.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zeus.Protocols.Snmp" Version="0.15.0" />
                    
Directory.Packages.props
<PackageReference Include="Zeus.Protocols.Snmp" />
                    
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 Zeus.Protocols.Snmp --version 0.15.0
                    
#r "nuget: Zeus.Protocols.Snmp, 0.15.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.
#:package Zeus.Protocols.Snmp@0.15.0
                    
#: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=Zeus.Protocols.Snmp&version=0.15.0
                    
Install as a Cake Addin
#tool nuget:?package=Zeus.Protocols.Snmp&version=0.15.0
                    
Install as a Cake Tool

Zeus

居于奥林匹斯,统御每一台设备。

面向 .NET 的上位机开发框架。通信、协议、点表和生命周期由框架处理;WinForms、WPF 和控制台都可以作为界面。

把复杂留给 Zeus,把简单留给用户。

await using var app = ZeusHost.Create(builder =>
{
    builder.AddVirtualChannel("meter");
    // 有硬件时:builder.AddSerialPort("meter", "COM3", 115200);
});
await app.StartAsync();

按功能选择程序集:

用途
Zeus.Abstractions 通道、设备、点表与宿主契约
Zeus.Runtime 运行时内核
Zeus.Hosting 宿主与采集循环
Zeus.Communications 串口 / TCP / UDP / 虚拟通道
Zeus.Protocols.Framing 自定义帧
Zeus.Protocols.Modbus Modbus RTU / TCP / ASCII
Zeus.Protocols.Mc Mitsubishi MC
Zeus.Protocols.S7 Siemens S7
Zeus.Protocols.Fins Omron FINS
Zeus.Protocols.HostLink Omron Host Link
Zeus.Protocols.Mewtocol Panasonic MEWTOCOL
Zeus.Protocols.EtherNetIp Allen-Bradley EtherNet/IP
Zeus.Protocols.Dlt645 DL/T 645-2007
Zeus.Protocols.Iec104 IEC 60870-5-104
Zeus.Protocols.Mqtt MQTT 3.1.1
Zeus.Protocols.Snmp SNMP v2c
Zeus.Configuration JSON 工程配置
Zeus.Presentation.Abstractions UI 无关绑定
Zeus.Presentation.WinForms WinForms 绑定
Zeus.Presentation.Wpf WPF 绑定

手册:docs.greekmythology.cn · QQ 群:771421105

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Zeus.Protocols.Snmp:

Package Downloads
Zeus.Configuration

Zeus JSON 工程配置:装载通道/设备/点表,并热更新采集、重连与拓扑。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.0 24 8/19/2026

0.15.0:新增 SNMP v2c 协议栈,支持 GET/SET、Integer/Gauge32/Counter32/TimeTicks/OCTET STRING/OID/IP、OID 点表、JSON 配置、虚拟 Agent 与控制台示例。