mqtt

  1. A

    Android Question [Resolved] JMQTT /Static receiver

    Hi All, I have a question that I am unable to implement in an example so seeking assistance. The problem: I have an mqtt app that is working perfectly fine; and working good in the background until it is killed, so for sure no other messages are being received or sent since the Starter service...
  2. A

    Android Question MQTT library for B4A

    Hello, I am now trying the chat MQTT example by Erel, but it shows (on B4A) that a library of MQTT and MQTT broker is missing. I didn't find any MQTT library for B4A... Does anybody know how to download the MQTT library for B4A? Thanks in advance
  3. M

    MQTT B4A Developer project

    We have the need for a developer to write a library to communicate with some MQTT based home automation equipment. Would need to be able to start immediately and have proven experience in writing library’s and communicating with MQTT based equipment. There is a number of devices we would like to...
  4. pompierecattivo

    B4J Question jMQTT error, paho version.

    Hello, sorry for my bad english and also for my basic knowledge about code writing. I've got a crash on my app using jMQTT library. I've read by erel that the library haven't update since today because it's stable. In my case the error (quite difficult for me to intercept it) on debug window...
  5. A

    Android Question MQTT with CA file

    HI, I'm developing a MQTT client and I would like to know how to connect with a broker using a certificate file. The connection must use mqtts/tls protocol. Thanks
  6. CanguroCode

    B4J Question How to use 'wait for' in a Mqtt Class

    I have a mqtt class for broker connection, send messages and receive messages. The logic that I use is: 1. Client publish message to topic: "mytopic" 2. In the other side an Script is subscribed to the topic: "mytopic" 3. As soon as the message is received, the script publishes in: "response"...
  7. alimanam3386

    Android Question what is the best protocol for an app with 1m users

    Hi guys, Imagine an application you want to create for/with 1 million users. What protocol do you use for this volume of connections? my options for server side are : WebSocket ( jServer library - b4j ) MQtt ( I run a broker or MqttClient ) Node JS ( my knowledge is weak about it ) What do...
Top