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

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

App inventor 如何过去阿里云传来的数据 - App Inventor 2 中文网 - 清泛IT...

...受到数据,但是不知道怎样解析数据这种场景一般是采用mqtt协议通信。不过既然你的app可以接收到数据,那通信就是没有问题了,剩余的数据解析应该不难。 请提供一下数据的格式,以及你想要如何解析它!
https://bbs.tsingfun.com/thread-1819-1-1.html 

怎么在订阅发布主体内以16位数据发送 modbus 报文 - App Inventor 2 拓展 -...

怎么在MQTT 中 在订阅中发送16位数据参考代码如下: App Inventor 2  发表于 2024-07-12 18:22 参考代码如下: 你好,按照你给的例子,修改了以后点击发送出现错误,请给解答一下 15898807301 发表于 2024-07-13 18:13 你好,按照...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...们可以作为扩展之间的通用 Object 类型变量进行交换。 MQTT拓展中的字节数组的处理方式就是这种,直接转换成byte[]: @SimpleFunction(description = "Publishes a binary array.")     public void PublishByteArray(String Topic, Object ByteArray...
https://stackoverflow.com/ques... 

java.net.ConnectException: Connection refused

... I had the same problem with Mqtt broker called vernemq.but solved it by adding the following. $ sudo vmq-admin listener show to show the list o allowed ips and ports for vernemq $ sudo vmq-admin listener start port=1885 -a 0.0.0.0 --mountpoint /ap...
https://stackoverflow.com/ques... 

What is ActiveMQ used for - can we apply messaging concept using a Database?

...eatures that are only in ActiveMQ, wire protocols like OpenWire, STOMP and MQTT, JMS, EIP together with Apache Camel, message patterns like "request/reply" and "publish/subscribe", JMS Bridging, clustering ("network of brokers"), which allow scaling and distributions, etc. You should read up on thos...