Other Parts Discussed in Thread: CC3200, CC3200SDK
工具/软件:Code Composer Studio
您好!
我正在寻找要在 cc3200上使用的 MQTT 客户端示例代码。 我在 Windows 10 Pro 64位上使用的是 Code Composer Studio 6.1.2.00015版。 我已经过类似的线程、但找不到任何有效的示例代码。
此致。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好、Sourajit、
1) 1)更改 main.c 中的 Server_address
从中删除
#define SERVER_ADDRESS "messagesight.demos.ibm.com"
更改为
#define SERVER_ADDRESS "iot.eclipse.org
2)您是否在 common.h 中输入了 Wi-Fi 路由器 SSID 和密码? 如果没有、请输入 Wi-Fi 详细信息、以便通过 MQTT 发送您的数据。
3) 3) 您是否在计算机上安装了 MQTTLens 应用程序以订阅主题和发布主题? 使用名称创建连接、并在主机名字段中输入"iot.eclipse.org。
此致、
技术尖头