M Makumbi Well-Known Member Licensed User Nov 23, 2018 #1 Private client As MqttClient when i try to run my app aim getting this error i tried getting jmqttbroker library no success please help B4X: B4A Version: 8.50 Parsing code. Error Error parsing program. Error description: Unknown type: mqttclient Are you missing a library reference? Error occurred on line: 8 (Starter) Private client As MqttClient
Private client As MqttClient when i try to run my app aim getting this error i tried getting jmqttbroker library no success please help B4X: B4A Version: 8.50 Parsing code. Error Error parsing program. Error description: Unknown type: mqttclient Are you missing a library reference? Error occurred on line: 8 (Starter) Private client As MqttClient
MarkusR Well-Known Member Licensed User Longtime User Nov 23, 2018 #2 i think u need jmqtt library. the broker is the server side. Upvote 0
M Makumbi Well-Known Member Licensed User Nov 23, 2018 #3 i h MarkusR said: i think u need jmqtt library. the broker is the server side. Click to expand... i have tried to look for that particular library but seems i have failed please provide me that link thanks Upvote 0
i h MarkusR said: i think u need jmqtt library. the broker is the server side. Click to expand... i have tried to look for that particular library but seems i have failed please provide me that link thanks
MarkusR Well-Known Member Licensed User Longtime User Nov 23, 2018 #4 i believe i had it from here https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content https://www.b4x.com/android/forum/threads/b4x-mqtt-chat-room.61568/ if u have a linux "server" or raspberry pi there exist a MQTT broker with name "Mosquitto" Upvote 0
i believe i had it from here https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content https://www.b4x.com/android/forum/threads/b4x-mqtt-chat-room.61568/ if u have a linux "server" or raspberry pi there exist a MQTT broker with name "Mosquitto"
DonManfred Expert Licensed User Longtime User Nov 23, 2018 #5 MarkusR said: i believe i had it from here https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content Click to expand... Note that this library is also compatible with B4A. Click to expand... Upvote 0
MarkusR said: i believe i had it from here https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content Click to expand... Note that this library is also compatible with B4A. Click to expand...
BillMeyer Well-Known Member Licensed User Longtime User Nov 23, 2018 #6 Mosquitto - It runs perfectly well on a Windows server as well. Upvote 0