Vktun.IoT.Connector.Driver 0.0.3

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

Vktun.IoT.Connector.Driver

底层驱动组件,提供 Socket 驱动等基础通信驱动。

安装

dotnet add package Vktun.IoT.Connector.Driver

功能

  • Socket 驱动实现
  • 网络通信基础层
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 (1)

Showing the top 1 NuGet packages that depend on Vktun.IoT.Connector.Driver:

Package Downloads
Vktun.IoT.Connector.Communication

Vktun IoT Connector Communication - 通信通道实现库,提供多种通信协议的通道实现。 主要功能: - TCP 客户端通道(TcpClientChannel):TCP 客户端连接和数据收发 - TCP 服务端通道(TcpServerChannel):TCP 服务端监听和多客户端管理 - UDP 通道(UdpChannel):UDP 数据报通信 - HTTP 客户端通道(HttpClientChannel):基于 IHttpClientFactory 的 HTTP 设备/API 请求 - MQTT 通道(MqttChannel):MQTT 3.1.1/5.0 协议支持,支持发布/订阅模式 - 安全 TCP 通道(SecureTcpChannel):SSL/TLS 加密的 TCP 通信 - 通信通道基类(CommunicationChannelBase):统一的通道抽象和事件管理 - 通信通道工厂(CommunicationChannelFactory):根据配置创建合适的通道实例 支持的通信模式: - 客户端模式(Client):主动连接远程设备 - 服务端模式(Server):监听端口等待设备连接 使用方式: 1. 安装 NuGet 包:dotnet add package Vktun.IoT.Connector.Communication 2. 创建通信通道实例 3. 打开通道并连接设备 示例代码: var channel = new TcpClientChannel(configProvider, logger); await channel.OpenAsync(); await channel.ConnectDeviceAsync(device); await channel.SendAsync(device.DeviceId, data);

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.5 146 5/8/2026
0.0.4 131 4/15/2026
0.0.3 116 4/14/2026
0.0.2 123 4/11/2026
0.0.1 115 4/10/2026