你的浏览器版本过低,可能导致网站不能正常访问!
为了你能正常使用网站功能,请使用这些浏览器。

分享WB-MQTT调试工具  

[复制链接]
wbeast 发布时间:2018-9-1 17:39
本帖最后由 wbeast 于 2018-9-12 11:58 编辑

MQTT(Message Queuing Telemetry Transport,消息队列遥测传输)是IBM开发的一个即时通讯协议,有可能成为物联网的重要组成部分。该协议支持所有平台,几乎可以把所有联网物品和外部连接起来,被用来当做传感器和制动器(比如通过Twitter让房屋联网)的通信协议。
       这个工具是个MQTT客户端,可以任意连接MQTT服务器,然后跟服务器之间传输数据。
TIM截图20180901173611.png

WB-MQTT调试工具.rar (257.77 KB, 下载次数: 138)
收藏 5 评论31 发布时间:2018-9-1 17:39

举报

31个回答
ZhangQing 回答时间:2019-7-1 16:49:44
谢谢!下载了,有没有更新版?刚才在Win 8.1 64Bit上运行,发生了错误。先贴上来,没看明白是什么原因:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
uPLibrary.Networking.M2Mqtt.Exceptions.MqttConnectionException: Exception connecting to the broker ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 115.159.190.109:1883
   在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   在 uPLibrary.Networking.M2Mqtt.MqttNetworkChannel.Connect()
   在 uPLibrary.Networking.M2Mqtt.MqttClient.Connect(String clientId, String username, String password, Boolean willRetain, Byte willQosLevel, Boolean willFlag, String willTopic, String willMessage, Boolean cleanSession, UInt16 keepAlivePeriod)
   --- 内部异常堆栈跟踪的结尾 ---
   在 uPLibrary.Networking.M2Mqtt.MqttClient.Connect(String clientId, String username, String password, Boolean willRetain, Byte willQosLevel, Boolean willFlag, String willTopic, String willMessage, Boolean cleanSession, UInt16 keepAlivePeriod)
   在 uPLibrary.Networking.M2Mqtt.MqttClient.Connect(String clientId)
   在 mqcl.Form1.but_connet_Click(Object sender, EventArgs e) 位置 C:\Users\Administrator\Desktop\MQTT测试(源码)\mqcl\mqcl\Form1.cs:行号 161
   在 System.Windows.Forms.Control.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
   在 System.Windows.Forms.Button.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本:4.0.0.0
    Win32 版本:4.7.2650.0 built by: NET471REL1LAST_B
    基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
mqcl
    程序集版本:1.0.0.0
    Win32 版本:1.0.0.0
    基本代码:file:///C:/Program%20Files%20(x86)/Microsoft/WB-MQTT%E8%B0%83%E8%AF%95%E5%B7%A5%E5%85%B7/mqcl.exe
----------------------------------------
System.Windows.Forms
    程序集版本:4.0.0.0
    Win32 版本:4.7.2558.0 built by: NET471REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本:4.0.0.0
    Win32 版本:4.7.2634.0 built by: NET471REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本:4.0.0.0
    Win32 版本:4.7.2558.0 built by: NET471REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    程序集版本:4.0.0.0
    Win32 版本:4.7.2558.0 built by: NET471REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    程序集版本:4.0.0.0
    Win32 版本:4.7.2612.0 built by: NET471REL1LAST_B
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
    程序集版本:4.0.0.0
    Win32 版本:4.7.2558.0 built by: NET471REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
M2Mqtt.Net
    程序集版本:4.3.0.0
    Win32 版本:4.3.0.0
    基本代码:file:///C:/Program%20Files%20(x86)/Microsoft/WB-MQTT%E8%B0%83%E8%AF%95%E5%B7%A5%E5%85%B7/M2Mqtt.Net.DLL
----------------------------------------
System.Windows.Forms.resources
    程序集版本:4.0.0.0
    Win32 版本:4.7.3062.0 built by: NET472REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    程序集版本:4.0.0.0
    Win32 版本:4.7.3062.0 built by: NET472REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试程序,
而不是由此对话框处理。


wbeast 回答时间:2019-7-30 17:29:26
xtge 发表于 2019-7-1 17:54
在win 8.1 64bit上运行出现点问题,连不上www.openmcu.com,直接跳异常窗口,待改善。 ...

发个异常截图出来
wbeast 回答时间:2018-12-7 14:16:38

下载WB-MQTT调试工具,里面提供了免费的MQTT服务器接口
STMCU-管管 回答时间:2018-9-11 13:55:54
谢谢分享,如果有更多的文字描述就更好啦
cityrip 回答时间:2018-11-30 12:10:50
谢谢 !!
madcat7d2624 回答时间:2018-11-30 13:24:04
感谢分享!!!
newphj 回答时间:2018-12-5 10:58:42
有没有服务端的?
wangallenwang 回答时间:2018-12-7 11:34:11

有没有服务端的?
wbeast 回答时间:2018-12-7 14:16:22
newphj 发表于 2018-12-5 10:58
有没有服务端的?

下载WB-MQTT调试工具,里面提供了免费的MQTT服务器接口
andrewsss 回答时间:2018-12-7 14:21:13
留着,万一哪天用上了呢
月如意 回答时间:2018-12-7 14:26:16
好东西,收藏了。。。
newphj 回答时间:2018-12-12 09:22:17
wbeast 发表于 2018-12-7 14:16
下载WB-MQTT调试工具,里面提供了免费的MQTT服务器接口

好的,谢谢。
wangallenwang 回答时间:2018-12-28 09:27:03
wbeast 回答时间:2018-12-28 14:50:39
andrewsss 发表于 2018-12-7 14:21
留着,万一哪天用上了呢

wbeast 回答时间:2018-12-28 14:51:00
月如意 发表于 2018-12-7 14:26
好东西,收藏了。。。

damiaa 回答时间:2018-12-28 16:21:52
好东西,收藏了。
123下一页

所属标签

关于
我们是谁
投资者关系
意法半导体可持续发展举措
创新与技术
意法半导体官网
联系我们
联系ST分支机构
寻找销售人员和分销渠道
社区
媒体中心
活动与培训
隐私策略
隐私策略
Cookies管理
行使您的权利
官方最新发布
STM32N6 AI生态系统
STM32MCU,MPU高性能GUI
ST ACEPACK电源模块
意法半导体生物传感器
STM32Cube扩展软件包
关注我们
st-img 微信公众号
st-img 手机版