Visual Studio 使用 NuGet 工具搜索 “MQTT”: 安装即可使用: // create client instance MqttClient client = new MqttClient(IPAddress.Parse("10.10.0.59")); // register to message received client.MqttMsgPublishReceived += client_MqttMsgPublishReceived; string clientId = Guid.NewGuid().ToString();...
@@ -481,6 +481,18 @@ public byte Connect(string clientId) return this.Connect(clientId, null, null, false, MqttMsgConnect.QOS_LEVEL_AT_MOST_ONCE, false, null, null, true, MqttMsgConnect.KEEP_ALIVE_PERIOD_DEFAULT); } /// /// Connect to broker /// /// Client identifier //...
c +关注 WINDHILL风丘科技 22-08-23 15:23 发布于 上海 来自 微博网页版 #ASAM##数据管理##试验数字化平台##MQTT##IPEmotion##Q-Vision##FlexPro##TFM远程试验管理平台##车队试验# 风丘科技携手德国HighQSoft公司推出了一款基于ASAM ODS标准的试验数字化平台(WDP),通过试验流程的规范优化、资源的整合...
jpwsutton committed Feb 23, 2016 0 parents commit 9c62adf Showing 1 changed file with 0 additions and 0 deletions. Whitespace Ignore whitespace Split Unified Empty file added 0 deleteme.txt Empty file. 0 comments on commit 9c62adf Please sign in to comment. ...