diff --git a/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.csproj b/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.csproj
index c5ad943..cd05f4d 100644
--- a/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.csproj
+++ b/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.csproj
@@ -1,8 +1,8 @@
- netstandard2.1
- 8.0
+ netstandard2.1;net5.0;
+ 9.0
Copyright 2019.
SmallChi(Koike)
JT1078.Gateway.Abstractions
@@ -18,6 +18,7 @@
LICENSE
true
$(JT1078PackageVersion)
+ JT1078.Gateway.Abstractions.xml
@@ -32,11 +33,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.xml b/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.xml
new file mode 100644
index 0000000..d46ec53
--- /dev/null
+++ b/src/JT1078.Gateway.Abstractions/JT1078.Gateway.Abstractions.xml
@@ -0,0 +1,25 @@
+
+
+
+ JT1078.Gateway.Abstractions
+
+
+
+
+ 传输协议类型
+
+
+
+
+
+
+ 设备sim终端号
+ jt1078 hex data
+
+
+
+ 终端手机号
+
+
+
+
diff --git a/src/JT1078.Gateway.Coordinator/JT1078.Gateway.Coordinator.csproj b/src/JT1078.Gateway.Coordinator/JT1078.Gateway.Coordinator.csproj
index b8a8308..db44ac1 100644
--- a/src/JT1078.Gateway.Coordinator/JT1078.Gateway.Coordinator.csproj
+++ b/src/JT1078.Gateway.Coordinator/JT1078.Gateway.Coordinator.csproj
@@ -1,7 +1,7 @@
- netcoreapp3.1
+ net5.0
true
diff --git a/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.csproj b/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.csproj
index df83f9d..87b241f 100644
--- a/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.csproj
+++ b/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.csproj
@@ -1,8 +1,8 @@
- netstandard2.1
- 8.0
+ netstandard2.1;net5.0;
+ 9.0
Copyright 2019.
SmallChi(Koike)
JT1078.Gateway.InMemoryMQ
@@ -18,10 +18,11 @@
LICENSE
true
$(JT1078PackageVersion)
+ JT1078.Gateway.InMemoryMQ.xml
-
+
diff --git a/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.xml b/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.xml
new file mode 100644
index 0000000..7e05252
--- /dev/null
+++ b/src/JT1078.Gateway.InMemoryMQ/JT1078.Gateway.InMemoryMQ.xml
@@ -0,0 +1,8 @@
+
+
+
+ JT1078.Gateway.InMemoryMQ
+
+
+
+
diff --git a/src/JT1078.Gateway.Tests/JT1078.Gateway.Test/JT1078.Gateway.Test.csproj b/src/JT1078.Gateway.Tests/JT1078.Gateway.Test/JT1078.Gateway.Test.csproj
index fbdca8d..1cce6a0 100644
--- a/src/JT1078.Gateway.Tests/JT1078.Gateway.Test/JT1078.Gateway.Test.csproj
+++ b/src/JT1078.Gateway.Tests/JT1078.Gateway.Test/JT1078.Gateway.Test.csproj
@@ -1,14 +1,14 @@
- netcoreapp3.1
+ net5.0
false
-
-
+
+
all
diff --git a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/JT1078.Gateway.TestNormalHosting.csproj b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/JT1078.Gateway.TestNormalHosting.csproj
index 5e000ab..33ecf75 100644
--- a/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/JT1078.Gateway.TestNormalHosting.csproj
+++ b/src/JT1078.Gateway.Tests/JT1078.Gateway.TestNormalHosting/JT1078.Gateway.TestNormalHosting.csproj
@@ -2,17 +2,17 @@
Exe
- netcoreapp3.1
+ net5.0
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/JT1078.Gateway/JT1078.Gateway.csproj b/src/JT1078.Gateway/JT1078.Gateway.csproj
index 39b649e..7b149c0 100644
--- a/src/JT1078.Gateway/JT1078.Gateway.csproj
+++ b/src/JT1078.Gateway/JT1078.Gateway.csproj
@@ -1,8 +1,8 @@
- netstandard2.1
- 8.0
+ netstandard2.1;net5.0;
+ 9.0
Copyright 2019.
SmallChi(Koike)
JT1078.Gateway
@@ -18,6 +18,7 @@
LICENSE
true
$(JT1078PackageVersion)
+ JT1078.Gateway.xml
@@ -38,8 +39,8 @@
-
-
+
+
diff --git a/src/JT1078.Gateway/JT1078.Gateway.xml b/src/JT1078.Gateway/JT1078.Gateway.xml
new file mode 100644
index 0000000..1093ec8
--- /dev/null
+++ b/src/JT1078.Gateway/JT1078.Gateway.xml
@@ -0,0 +1,127 @@
+
+
+
+ JT1078.Gateway
+
+
+
+
+ Tcp读超时
+ 默认10分钟检查一次
+
+
+
+
+ Tcp 60s检查一次
+
+
+
+
+ Udp读超时
+
+
+
+
+ Udp 60s检查一次
+
+
+
+
+ Hls根目录
+
+
+
+
+ 协调器发送心跳时间
+ 默认60s发送一次
+
+
+
+
+ 协调器Coordinator主机
+ http://localhost/
+ http://127.0.0.1/
+
+
+
+
+ 协调器Coordinator主机登录账号
+
+
+
+
+ 协调器Coordinator主机登录密码
+
+
+
+
+ 协调器客户端
+
+
+
+
+ 登录
+
+
+
+
+ 发送重制至协调器中
+
+
+
+
+ 发送心跳至协调器中
+
+
+
+
+
+ 发送设备号和通道给协调器中
+
+
+
+
+
+
+ 使用队列方式
+
+
+
+
+
+
+
+
+ 使用队列方式
+
+
+
+
+
+
+
+
+ 发送音视频数据
+
+
+
+
+
+
+
+
+ 不支持变态类型:既发TCP和UDP
+
+
+
+
+ 终端手机号
+
+
+
+
+ 终端手机号
+
+
+
+