基本信息
源码名称:MQTT
源码大小:1.66M
文件格式:.rar
开发语言:C#
更新时间:2021-11-24
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
MQTT,本例中包含客户端和服务器端,可以很好的完整进行MQTT的调试,并很方便进行代码复用,具有很好的示例效果。
.
└── MQTT
└── Normal
├── NormalPublisher
│ ├── App.config
│ ├── NormalPublisher.csproj
│ ├── NormalPublisher.sln
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── M2Mqtt.Net.dll
│ │ ├── M2Mqtt.Net.pdb
│ │ ├── NormalPublisher.exe
│ │ ├── NormalPublisher.exe.config
│ │ └── NormalPublisher.pdb
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NormalPublisher.csproj.AssemblyReference.cache
│ │ ├── NormalPublisher.csproj.CopyComplete
│ │ ├── NormalPublisher.csproj.CoreCompileInputs.cache
│ │ ├── NormalPublisher.csproj.FileListAbsolute.txt
│ │ ├── NormalPublisher.csprojAssemblyReference.cache
│ │ ├── NormalPublisher.exe
│ │ ├── NormalPublisher.pdb
│ │ └── TempPE
│ ├── packages
│ │ └── M2Mqtt.4.3.0.0
│ │ ├── M2Mqtt.4.3.0.0.nupkg
│ │ └── lib
│ │ ├── net39-cf
│ │ │ ├── DeployFileList.txt
│ │ │ ├── M2Mqtt.NetCf39.dll
│ │ │ └── M2Mqtt.NetCf39.pdb
│ │ ├── net45
│ │ │ ├── M2Mqtt.Net.dll
│ │ │ └── M2Mqtt.Net.pdb
│ │ ├── netmf42
│ │ │ ├── M2Mqtt.NetMf.dll
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── be
│ │ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ │ └── M2Mqtt.NetMf.pe
│ │ │ └── le
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ ├── netmf43
│ │ │ ├── M2Mqtt.NetMf.dll
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── be
│ │ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ │ └── M2Mqtt.NetMf.pe
│ │ │ └── le
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ ├── win81
│ │ │ ├── M2Mqtt.WinRT.dll
│ │ │ ├── M2Mqtt.WinRT.pdb
│ │ │ └── M2Mqtt.WinRT.pri
│ │ └── wpa81
│ │ ├── M2Mqtt.WinRT.dll
│ │ ├── M2Mqtt.WinRT.pdb
│ │ └── M2Mqtt.WinRT.pri
│ └── packages.config
└── NormalSubscriber
└── NormalSubscriber
├── App.config
├── NormalSubscriber.csproj
├── NormalSubscriber.sln
├── Program.cs
├── Properties
│ └── AssemblyInfo.cs
├── bin
│ └── Debug
│ ├── M2Mqtt.Net.dll
│ ├── M2Mqtt.Net.pdb
│ ├── NormalSubscriber.exe
│ ├── NormalSubscriber.exe.config
│ └── NormalSubscriber.pdb
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── NormalSubscriber.csproj.AssemblyReference.cache
│ ├── NormalSubscriber.csproj.CopyComplete
│ ├── NormalSubscriber.csproj.CoreCompileInputs.cache
│ ├── NormalSubscriber.csproj.FileListAbsolute.txt
│ ├── NormalSubscriber.csprojAssemblyReference.cache
│ ├── NormalSubscriber.exe
│ ├── NormalSubscriber.pdb
│ └── TempPE
├── packages
│ └── M2Mqtt.4.3.0.0
│ ├── M2Mqtt.4.3.0.0.nupkg
│ └── lib
│ ├── net39-cf
│ │ ├── DeployFileList.txt
│ │ ├── M2Mqtt.NetCf39.dll
│ │ └── M2Mqtt.NetCf39.pdb
│ ├── net45
│ │ ├── M2Mqtt.Net.dll
│ │ └── M2Mqtt.Net.pdb
│ ├── netmf42
│ │ ├── M2Mqtt.NetMf.dll
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── be
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ └── le
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── M2Mqtt.NetMf.pdbx
│ │ └── M2Mqtt.NetMf.pe
│ ├── netmf43
│ │ ├── M2Mqtt.NetMf.dll
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── be
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ └── le
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── M2Mqtt.NetMf.pdbx
│ │ └── M2Mqtt.NetMf.pe
│ ├── win81
│ │ ├── M2Mqtt.WinRT.dll
│ │ ├── M2Mqtt.WinRT.pdb
│ │ └── M2Mqtt.WinRT.pri
│ └── wpa81
│ ├── M2Mqtt.WinRT.dll
│ ├── M2Mqtt.WinRT.pdb
│ └── M2Mqtt.WinRT.pri
└── packages.config
43 directories, 94 files
MQTT,本例中包含客户端和服务器端,可以很好的完整进行MQTT的调试,并很方便进行代码复用,具有很好的示例效果。
.
└── MQTT
└── Normal
├── NormalPublisher
│ ├── App.config
│ ├── NormalPublisher.csproj
│ ├── NormalPublisher.sln
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── M2Mqtt.Net.dll
│ │ ├── M2Mqtt.Net.pdb
│ │ ├── NormalPublisher.exe
│ │ ├── NormalPublisher.exe.config
│ │ └── NormalPublisher.pdb
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NormalPublisher.csproj.AssemblyReference.cache
│ │ ├── NormalPublisher.csproj.CopyComplete
│ │ ├── NormalPublisher.csproj.CoreCompileInputs.cache
│ │ ├── NormalPublisher.csproj.FileListAbsolute.txt
│ │ ├── NormalPublisher.csprojAssemblyReference.cache
│ │ ├── NormalPublisher.exe
│ │ ├── NormalPublisher.pdb
│ │ └── TempPE
│ ├── packages
│ │ └── M2Mqtt.4.3.0.0
│ │ ├── M2Mqtt.4.3.0.0.nupkg
│ │ └── lib
│ │ ├── net39-cf
│ │ │ ├── DeployFileList.txt
│ │ │ ├── M2Mqtt.NetCf39.dll
│ │ │ └── M2Mqtt.NetCf39.pdb
│ │ ├── net45
│ │ │ ├── M2Mqtt.Net.dll
│ │ │ └── M2Mqtt.Net.pdb
│ │ ├── netmf42
│ │ │ ├── M2Mqtt.NetMf.dll
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── be
│ │ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ │ └── M2Mqtt.NetMf.pe
│ │ │ └── le
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ ├── netmf43
│ │ │ ├── M2Mqtt.NetMf.dll
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── be
│ │ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ │ └── M2Mqtt.NetMf.pe
│ │ │ └── le
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ ├── win81
│ │ │ ├── M2Mqtt.WinRT.dll
│ │ │ ├── M2Mqtt.WinRT.pdb
│ │ │ └── M2Mqtt.WinRT.pri
│ │ └── wpa81
│ │ ├── M2Mqtt.WinRT.dll
│ │ ├── M2Mqtt.WinRT.pdb
│ │ └── M2Mqtt.WinRT.pri
│ └── packages.config
└── NormalSubscriber
└── NormalSubscriber
├── App.config
├── NormalSubscriber.csproj
├── NormalSubscriber.sln
├── Program.cs
├── Properties
│ └── AssemblyInfo.cs
├── bin
│ └── Debug
│ ├── M2Mqtt.Net.dll
│ ├── M2Mqtt.Net.pdb
│ ├── NormalSubscriber.exe
│ ├── NormalSubscriber.exe.config
│ └── NormalSubscriber.pdb
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── NormalSubscriber.csproj.AssemblyReference.cache
│ ├── NormalSubscriber.csproj.CopyComplete
│ ├── NormalSubscriber.csproj.CoreCompileInputs.cache
│ ├── NormalSubscriber.csproj.FileListAbsolute.txt
│ ├── NormalSubscriber.csprojAssemblyReference.cache
│ ├── NormalSubscriber.exe
│ ├── NormalSubscriber.pdb
│ └── TempPE
├── packages
│ └── M2Mqtt.4.3.0.0
│ ├── M2Mqtt.4.3.0.0.nupkg
│ └── lib
│ ├── net39-cf
│ │ ├── DeployFileList.txt
│ │ ├── M2Mqtt.NetCf39.dll
│ │ └── M2Mqtt.NetCf39.pdb
│ ├── net45
│ │ ├── M2Mqtt.Net.dll
│ │ └── M2Mqtt.Net.pdb
│ ├── netmf42
│ │ ├── M2Mqtt.NetMf.dll
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── be
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ └── le
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── M2Mqtt.NetMf.pdbx
│ │ └── M2Mqtt.NetMf.pe
│ ├── netmf43
│ │ ├── M2Mqtt.NetMf.dll
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── be
│ │ │ ├── M2Mqtt.NetMf.pdb
│ │ │ ├── M2Mqtt.NetMf.pdbx
│ │ │ └── M2Mqtt.NetMf.pe
│ │ └── le
│ │ ├── M2Mqtt.NetMf.pdb
│ │ ├── M2Mqtt.NetMf.pdbx
│ │ └── M2Mqtt.NetMf.pe
│ ├── win81
│ │ ├── M2Mqtt.WinRT.dll
│ │ ├── M2Mqtt.WinRT.pdb
│ │ └── M2Mqtt.WinRT.pri
│ └── wpa81
│ ├── M2Mqtt.WinRT.dll
│ ├── M2Mqtt.WinRT.pdb
│ └── M2Mqtt.WinRT.pri
└── packages.config
43 directories, 94 files