Zeus.Configuration
0.2.0
See the version list below for details.
dotnet add package Zeus.Configuration --version 0.2.0
NuGet\Install-Package Zeus.Configuration -Version 0.2.0
<PackageReference Include="Zeus.Configuration" Version="0.2.0" />
<PackageVersion Include="Zeus.Configuration" Version="0.2.0" />
<PackageReference Include="Zeus.Configuration" />
paket add Zeus.Configuration --version 0.2.0
#r "nuget: Zeus.Configuration, 0.2.0"
#:package Zeus.Configuration@0.2.0
#addin nuget:?package=Zeus.Configuration&version=0.2.0
#tool nuget:?package=Zeus.Configuration&version=0.2.0
Zeus
居于奥林匹斯,统御每一台设备。
面向 .NET 的上位机开发框架。通信、协议、点表和生命周期由框架处理;WinForms、WPF 和控制台都可以作为界面。
把复杂留给 Zeus,把简单留给用户。
await using var app = ZeusHost.Create(builder =>
{
builder.AddVirtualChannel("meter");
// 有硬件时:builder.AddSerialPort("meter", "COM3", 115200);
});
await app.StartAsync();
按功能选择程序集:
点表支持最近成功采样历史与报警限状态,适合在界面上直接显示当前值、采集错误和高低报。
0.2 起宿主停止后可再次启动;通道故障默认自动重连;运行中可增删通道与设备;JSON 监视会同步拓扑。
通道支持 PacketTraced 报文追踪事件与 ChannelTraceBuffer 滚动内存记录器,可直接接入通信诊断窗口或现场故障快照。
手册:docs.greekmythology.cn · QQ 群:771421105
| Product | Versions 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. |
-
net8.0
- Zeus.Abstractions (>= 0.2.0)
- Zeus.Communications (>= 0.2.0)
- Zeus.Hosting (>= 0.2.0)
- Zeus.Protocols.Modbus (>= 0.2.0)
- Zeus.Runtime (>= 0.2.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Zeus.Configuration:
| Package | Downloads |
|---|---|
|
Zeus.Protocols.Modbus
Zeus Modbus RTU/TCP/ASCII 客户端、内存从站与声明式点表采集。 |
|
|
Zeus.Protocols.Mc
Zeus Mitsubishi MC Protocol 1E/3E/4E Binary/ASCII 客户端、设备封装与内存从站。 |
|
|
Zeus.Protocols.S7
Zeus Siemens S7 TCP 客户端、设备封装与内存虚拟 PLC。 |
|
|
Zeus.Protocols.Fins
Zeus Omron FINS UDP/TCP 客户端、设备封装与内存虚拟 PLC。 |
|
|
Zeus.Protocols.HostLink
Zeus Omron Host Link ASCII 客户端、设备封装与内存虚拟 PLC。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.20.1 | 319 | 8/28/2026 |
| 0.20.0 | 302 | 8/25/2026 |
| 0.19.0 | 297 | 8/24/2026 |
| 0.18.0 | 315 | 8/21/2026 |
| 0.17.0 | 113 | 8/21/2026 |
| 0.16.0 | 116 | 8/20/2026 |
| 0.15.0 | 112 | 8/19/2026 |
| 0.14.0 | 111 | 8/19/2026 |
| 0.13.0 | 109 | 8/18/2026 |
| 0.12.0 | 110 | 8/18/2026 |
| 0.11.0 | 106 | 8/18/2026 |
| 0.10.0 | 104 | 8/18/2026 |
| 0.9.0 | 113 | 8/18/2026 |
| 0.8.0 | 112 | 8/18/2026 |
| 0.7.0 | 109 | 8/17/2026 |
| 0.6.0 | 116 | 8/17/2026 |
| 0.5.0 | 109 | 8/17/2026 |
| 0.4.0 | 109 | 8/14/2026 |
| 0.3.0 | 114 | 8/14/2026 |
| 0.2.0 | 106 | 8/14/2026 |
0.2.0:宿主可再次启动;通道故障后可 OpenAsync 恢复并默认自动重连;运行中可增删通道与设备;JSON 监视同步拓扑。IDevice 新增 Channel;目录与点表写入器增加增删成员。