Innorev.App
2.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Innorev.App --version 2.0.0
NuGet\Install-Package Innorev.App -Version 2.0.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="Innorev.App" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Innorev.App --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Innorev.App, 2.0.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.
// Install Innorev.App as a Cake Addin #addin nuget:?package=Innorev.App&version=2.0.0 // Install Innorev.App as a Cake Tool #tool nuget:?package=Innorev.App&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Innorev.App配置
"InnorevWebAppOptions": { // 调用Innorev.App库
"AppName": "OPCService", // 程序名
"Silverback": true, // 是否启用Silverback
"MQType": "MQTT", // 消息类型None,MQTT,Kafka,RabbitMQ
"EndpointsConfigurator": { // Silverback端点配置信息
"ClientId": "OPCService", // 配置当前程序集中使用Silverback的客户端ID,必须唯一
"ConnectAddress": "172.16.9.149", // TCP方式连接Borker的地址
"Port": 1883, // 连接Borker的端口
"User": "administrator ", // 连接Borker的权限认证 用户
"Password": "Innorev@2022", // 连接Borker的权限认证 密码
"MessageFiles": [ //反射获取订阅消息类型所在程序集:List<string>格式存储
"Innorev.IOBase.DLL"
],
"Outbounds": [ //出站端点配置信息:集合类储存(发出消息类型配置),配置信息中:类必须在MessageFiles中配置好
{
"MessageClass": "IOMessages", // 发出消息类
"TopicName": "OPCService/IOMessages", // 订阅主题
"MqttQualityOfServiceLevel": 1 // 消息质量 AtMostOnce:0,AtLeastOnce:1,ExactlyOnce:2
}
],
"Inbound": { //入站端点配置信息:集合类储存(接收消息类型配置)
"Topics": [ // 订阅主题:List<string>格式存储
"Dispatcher/IOMessages"
],
"MqttQualityOfServiceLevel": 1, // 消息质量 AtMostOnce:0,AtLeastOnce:1,ExactlyOnce:2,库中暂未实现
"OnError": "Skip" // 库中暂未实现
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Innorev.IOBase (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Innorev.App:
Package | Downloads |
---|---|
Innorev.FrontEnd
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.