嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 10 元微信扫码支付:10 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
mqtt demo
C#连接MQTT,数据导入msql数据库 - 3
└── MqttDemo
├── MqttDemo
│ ├── App.config
│ ├── DataBase.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── MqttDemo.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── M2Mqtt.Net.dll
│ │ │ ├── M2Mqtt.Net.pdb
│ │ │ ├── MqttDemo.exe
│ │ │ ├── MqttDemo.exe.config
│ │ │ ├── MqttDemo.pdb
│ │ │ ├── MqttDemo.vshost.exe
│ │ │ ├── MqttDemo.vshost.exe.config
│ │ │ ├── MqttDemo.vshost.exe.manifest
│ │ │ └── MySql.Data.dll
│ │ ├── Debug.rar
│ │ └── Release
│ │ ├── M2Mqtt.Net.dll
│ │ ├── M2Mqtt.Net.pdb
│ │ ├── MqttDemo.exe
│ │ ├── MqttDemo.exe.config
│ │ ├── MqttDemo.pdb
│ │ ├── MqttDemo.vshost.exe
│ │ ├── MqttDemo.vshost.exe.config
│ │ ├── MqttDemo.vshost.exe.manifest
│ │ └── MySql.Data.dll
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MqttDemo.Form1.resources
│ │ │ ├── MqttDemo.Properties.Resources.resources
│ │ │ ├── MqttDemo.csproj.CopyComplete
│ │ │ ├── MqttDemo.csproj.CoreCompileInputs.cache
│ │ │ ├── MqttDemo.csproj.FileListAbsolute.txt
│ │ │ ├── MqttDemo.csproj.GenerateResource.cache
│ │ │ ├── MqttDemo.csprojAssemblyReference.cache
│ │ │ ├── MqttDemo.exe
│ │ │ ├── MqttDemo.pdb
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MqttDemo.Form1.resources
│ │ ├── MqttDemo.Properties.Resources.resources
│ │ ├── MqttDemo.csproj.CopyComplete
│ │ ├── MqttDemo.csproj.CoreCompileInputs.cache
│ │ ├── MqttDemo.csproj.FileListAbsolute.txt
│ │ ├── MqttDemo.csproj.GenerateResource.cache
│ │ ├── MqttDemo.csprojAssemblyReference.cache
│ │ ├── MqttDemo.csprojResolveAssemblyReference.cache
│ │ ├── MqttDemo.exe
│ │ ├── MqttDemo.pdb
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── MqttDemo.sln
├── MqttDemo.v11.suo
├── MqttDemo.v12.suo
└── 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
├── MySql.Data.6.9.12
│ ├── CHANGES
│ ├── MySql.Data.6.9.12.nupkg
│ ├── Readme.txt
│ ├── content
│ │ ├── app.config.transform
│ │ └── web.config.transform
│ └── lib
│ ├── net40
│ │ └── MySql.Data.dll
│ └── net45
│ └── MySql.Data.dll
└── repositories.config
29 directories, 100 files