Wisdom.Utils
1.0.9.1
See the version list below for details.
dotnet add package Wisdom.Utils --version 1.0.9.1
NuGet\Install-Package Wisdom.Utils -Version 1.0.9.1
<PackageReference Include="Wisdom.Utils" Version="1.0.9.1" />
<PackageVersion Include="Wisdom.Utils" Version="1.0.9.1" />
<PackageReference Include="Wisdom.Utils" />
paket add Wisdom.Utils --version 1.0.9.1
#r "nuget: Wisdom.Utils, 1.0.9.1"
#addin nuget:?package=Wisdom.Utils&version=1.0.9.1
#tool nuget:?package=Wisdom.Utils&version=1.0.9.1
工具箱
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- log4net (>= 2.0.8)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Wisdom.Utils:
Package | Downloads |
---|---|
Wisdom.Utils.Driver
一个通讯框架,支持串口和网口,内置Modbus和Fins协议,旨在让开发者关注协议本身,而不必维护通讯的细节。 1. 抽象了通讯方式 不用编写通讯方面的代码,通过配置选择串口或者网口通讯,例如串口设备增加了串口服务器变成网口通讯的情况。 2. 封装了通讯流程 可指定超时时间、重试次数,自动处理发送和接收同步的问题,带有收发日志和事件上报。 3. 应答报文的完整性检查 可选择固定长度的应答、使用指定的长度字节来判断、以固定标志结尾、等待固定时间或者没有应答。 4. 校验方式 可选择校验和、异或校验、CRC16,支持自定义扩展。 5. 驱动与协议分离 一个驱动下可以使用不同的协议,例如读取和设置命令返回的报文格式不同的情况。 6. 内嵌常用协议 内置Modbus和Fins驱动。另外,依赖此框架开发的DLT645驱动是独立的项目,不在此项目中。 |
|
Wisdom.Drivers.Meters
电能表驱动,兼容645和698协议。 |
|
Wisdom.Drivers.Powers
功率源驱动 |
|
Wisdom.Utils.Electric
电气工具类库 |
|
Wisdom.Drivers.Encryptors
加密机驱动,支持直连版、服务器版、厂内测试版。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.4 | 4,026 | 5/22/2020 |
2.2.3 | 988 | 5/21/2020 |
2.2.2 | 1,153 | 5/15/2020 |
2.2.1 | 1,158 | 5/14/2020 |
2.2.0.1 | 3,225 | 3/28/2020 |
2.1.2 | 5,095 | 10/29/2019 |
2.1.1 | 662 | 9/28/2019 |
2.1.0 | 8,547 | 8/10/2019 |
2.0.10 | 2,195 | 5/11/2019 |
2.0.9 | 855 | 4/24/2019 |
2.0.8 | 642 | 4/16/2019 |
2.0.7 | 984 | 4/14/2019 |
2.0.4 | 1,184 | 3/14/2019 |
1.2.1 | 1,245 | 3/2/2019 |
1.0.9.1 | 1,105 | 6/21/2018 |
[1.0.9]
1. 解决BUG:Repeater在停止和重启时,机制存在问题
2. AsyncTcpServer增加异常处理机制
3. ByteHelper增加GetBcdValue、ToHexBinString等函数
4. LoggedException标记为Obsolete,使用ExceptionHelper.LogException来生成一个带日志的异常