大约有 810 项符合查询结果(耗时:0.0101秒) [XML]

https://bbs.tsingfun.com/thread-1622-1-1.html 

MQTT相关知识研究笔记 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...过于依赖他们的硬件),巴法云(技术纯粹一些,还支持TCP长连接),阿里云(企业版收费,可免费试用,步骤复杂),华为云(暂未研究)。 国外的平台: HiveMQ公共测试:https://www.mqtt-dashboard.com/ EMQX:broker.emqx.io 4...
https://bbs.tsingfun.com/thread-1722-1-1.html 

AppInventor2如何通过socket给网络发16进制的数据? - App应用开发 - 清泛I...

...能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。 答: 发送文本消息时,hexaStringMode设为 false;发送16制消息时,hexaStringMode设为 true,例如:0x012 —> “303132” 字符串发送,接收的数据也是16进...
https://www.tsingfun.com/it/ai... 

【持续更新】App Inventor 2 中文拓展一览 - App Inventor 2 中文网 - 清泛...

...)等图片格式的扩展 通信 【连接】ClientSocket 拓展:TCP/IP传输协议 【WIFI】TaifunWiFi 拓展:手机WiFi连接管理 【蓝牙】BlueToothLE 拓展:低功耗蓝牙(BLE) Iot 专题 【FTP】App Inventor 2 FTP 上传下载全方案总结 【MD5、密码安全】Enc...
https://www.fun123.cn/reference/iot/MQTT.html 

App Inventor 2 UrsPahoMqttClient 拓展 - 物联网轻量级MQTT协议 · App Inventor 2 中文网

... MQTT 发明于 1999 年,为物联网设计的轻量级协议,基于TCP协议实现。 MQTT协议文档:https://mqtt.org/ MQTT服务质量(QoS):3个等级 QoS0:最低质量等级,最多发送一次消息,在消息发出后,接收者不会发送应答,发送者也不...
https://www.fun123.cn/reference/iot/MQTTGuide.html 

App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网

...自己搭建。 账号注册请自行完成,如果看到的是TCP云,请切换到MQTT云: 输入名称(例如:APPMQTT),新建一个订阅主题: MQTT客户端测试工具:https://mqttx.app/zh App设计及代码 ...
https://www.fun123.cn/reference/iot/MQTTGuide.html 

App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网

...里以 bemfa.com 为例,账号注册请自行完成,如果看到的是TCP云,请切换到MQTT云: 输入名称(例如:APPMQTT),新建一个订阅主题: MQTT客户端测试工具,下载地址:https://mqttx.app/zh/downloads 启动MQTTX客户...
https://bbs.tsingfun.com/thread-2352-1-1.html 

Mind+ 掌控板、ESP32开发板等硬件如何接入AppInventor? - 创客硬件开发 - ...

...用 蓝牙客户端 组件。Mind+ 参考代码如下: 2、WIFI(TCP服务器),使用ClientSocketAI2Ext 拓展。
https://bbs.tsingfun.com/thread-2438-1-1.html 

Modbus硬件控制01——什么是Modbus - 创客硬件开发 - 清泛IT社区,为创新赋能!

...bus内容是什么?大致分为以下几种:Modbus-RTUModbus-ASCIIModbus-TCP 以上三种协议,一个设备只会有一种协议,如果你的设备使用的是Modbus-RTU,只需查看以下对应部分,一般来说大部分的设备都是Modbus-RTU协议的。4.通讯过程4.通讯过程M...
https://www.tsingfun.com/it/cpp/1234.html 

Excel RTD(Excel Real-Time Data)实时刷新数据技术 - C/C++ - 清泛网 - 专注C/C++及内核技术

...,DisconnectData将被调用,在这里,可以释放对这个主题的监控,并不再为其获取新数据。 Heartbeat 确定RTD Server是不是依然可用,0和负数代表不可用,1代表可用。Excel会调用此方法确定服务是否断连。 RefreshData(TopicCount) TopicCount...
https://stackoverflow.com/ques... 

When to use actors instead of messaging solutions such as WebSphere MQ or Tibco Rendezvous?

... Akka-Camel would be a better example than ZeroMQ - ZeroMQ is a direct tcp to tcp communication (hence zero - there is no message queue). With AkkaCamel you can abstract away the queue and produce/consume messages direct from an actor without any code to deal with the message queue message push...