基本信息
源码名称:c#MQTT实现数据云端
源码大小:0.61M
文件格式:.rar
开发语言:C#
更新时间:2022-07-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
c#MQTT实现数据云端

.
├── MQTT-Sln
│   ├── MQTT-Sln.sln
│   ├── YDT.Gerry.IOT.MQTT.Client
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── YDT.Gerry.IOT.MQTT.Client.csproj
│   │   ├── YDT.Gerry.IOT.MQTT.Client.csproj.user
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── net6.0-windows
│   │   │           ├── MQTTnet.Extensions.ManagedClient.dll
│   │   │           ├── MQTTnet.dll
│   │   │           ├── YDT.Gerry.IOT.MQTT.Client.deps.json
│   │   │           ├── YDT.Gerry.IOT.MQTT.Client.dll
│   │   │           ├── YDT.Gerry.IOT.MQTT.Client.exe
│   │   │           ├── YDT.Gerry.IOT.MQTT.Client.pdb
│   │   │           └── YDT.Gerry.IOT.MQTT.Client.runtimeconfig.json
│   │   └── obj
│   │       ├── Debug
│   │       │   └── net6.0-windows
│   │       │       ├── App.g.cs
│   │       │       ├── App.g.i.cs
│   │       │       ├── MainWindow.baml
│   │       │       ├── MainWindow.g.cs
│   │       │       ├── MainWindow.g.i.cs
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.AssemblyInfo.cs
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.AssemblyInfoInputs.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.assets.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.AssemblyReference.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.BuildWithSkipAnalyzers
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.CopyComplete
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.CoreCompileInputs.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.FileListAbsolute.txt
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.designer.deps.json
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.designer.runtimeconfig.json
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.dll
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.g.resources
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.genruntimeconfig.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client.pdb
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_MarkupCompile.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_MarkupCompile.i.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_MarkupCompile.lref
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_erfywd5s_wpftmp.AssemblyInfo.cs
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_erfywd5s_wpftmp.AssemblyInfoInputs.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_erfywd5s_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_erfywd5s_wpftmp.assets.cache
│   │       │       ├── YDT.Gerry.IOT.MQTT.Client_erfywd5s_wpftmp.csproj.BuildWithSkipAnalyzers
│   │       │       ├── apphost.exe
│   │       │       ├── ref
│   │       │       │   └── YDT.Gerry.IOT.MQTT.Client.dll
│   │       │       └── refint
│   │       │           └── YDT.Gerry.IOT.MQTT.Client.dll
│   │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.nuget.dgspec.json
│   │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.nuget.g.props
│   │       ├── YDT.Gerry.IOT.MQTT.Client.csproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   └── YDT.Gerry.IOT.MQTT.Server
│       ├── App.xaml
│       ├── App.xaml.cs
│       ├── AssemblyInfo.cs
│       ├── MainWindow.xaml
│       ├── MainWindow.xaml.cs
│       ├── Model
│       │   └── TopicItem.cs
│       ├── YDT.Gerry.IOT.MQTT.Server.csproj
│       ├── YDT.Gerry.IOT.MQTT.Server.csproj.user
│       ├── bin
│       │   └── Debug
│       │       └── net6.0-windows
│       │           ├── MQTTnet.dll
│       │           ├── YDT.Gerry.IOT.MQTT.Server.deps.json
│       │           ├── YDT.Gerry.IOT.MQTT.Server.dll
│       │           ├── YDT.Gerry.IOT.MQTT.Server.exe
│       │           ├── YDT.Gerry.IOT.MQTT.Server.pdb
│       │           └── YDT.Gerry.IOT.MQTT.Server.runtimeconfig.json
│       └── obj
│           ├── Debug
│           │   └── net6.0-windows
│           │       ├── App.g.cs
│           │       ├── App.g.i.cs
│           │       ├── MainWindow.baml
│           │       ├── MainWindow.g.cs
│           │       ├── MainWindow.g.i.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server.csproj.AssemblyReference.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server.csproj.BuildWithSkipAnalyzers
│           │       ├── YDT.Gerry.IOT.MQTT.Server.csproj.CopyComplete
│           │       ├── YDT.Gerry.IOT.MQTT.Server.csproj.CoreCompileInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server.csproj.FileListAbsolute.txt
│           │       ├── YDT.Gerry.IOT.MQTT.Server.designer.deps.json
│           │       ├── YDT.Gerry.IOT.MQTT.Server.designer.runtimeconfig.json
│           │       ├── YDT.Gerry.IOT.MQTT.Server.dll
│           │       ├── YDT.Gerry.IOT.MQTT.Server.g.resources
│           │       ├── YDT.Gerry.IOT.MQTT.Server.genruntimeconfig.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server.pdb
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1g5fegfo_wpftmp.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1g5fegfo_wpftmp.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1g5fegfo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1g5fegfo_wpftmp.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1g5fegfo_wpftmp.csproj.BuildWithSkipAnalyzers
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_MarkupCompile.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_MarkupCompile.i.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_MarkupCompile.lref
│           │       ├── YDT.Gerry.IOT.MQTT.Server_qkqzv40o_wpftmp.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server_qkqzv40o_wpftmp.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_qkqzv40o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server_qkqzv40o_wpftmp.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_wgk3yado_wpftmp.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server_wgk3yado_wpftmp.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_wgk3yado_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server_wgk3yado_wpftmp.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_wgk3yado_wpftmp.csproj.BuildWithSkipAnalyzers
│           │       ├── YDT.Gerry.IOT.MQTT.Server_zskrh25f_wpftmp.AssemblyInfo.cs
│           │       ├── YDT.Gerry.IOT.MQTT.Server_zskrh25f_wpftmp.AssemblyInfoInputs.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_zskrh25f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│           │       ├── YDT.Gerry.IOT.MQTT.Server_zskrh25f_wpftmp.assets.cache
│           │       ├── YDT.Gerry.IOT.MQTT.Server_zskrh25f_wpftmp.csproj.BuildWithSkipAnalyzers
│           │       ├── apphost.exe
│           │       ├── ref
│           │       │   └── YDT.Gerry.IOT.MQTT.Server.dll
│           │       └── refint
│           │           └── YDT.Gerry.IOT.MQTT.Server.dll
│           ├── YDT.Gerry.IOT.MQTT.Server.csproj.nuget.dgspec.json
│           ├── YDT.Gerry.IOT.MQTT.Server.csproj.nuget.g.props
│           ├── YDT.Gerry.IOT.MQTT.Server.csproj.nuget.g.targets
│           ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.csproj.nuget.dgspec.json
│           ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.csproj.nuget.g.props
│           ├── YDT.Gerry.IOT.MQTT.Server_1vmlqxl2_wpftmp.csproj.nuget.g.targets
│           ├── project.assets.json
│           └── project.nuget.cache
└── c#MQTT实现数据云端.rar

20 directories, 123 files