mqtt icon indicating copy to clipboard operation
mqtt copied to clipboard

:telephone_receiver: Interoperate with 'MQTT' Message Brokers with R

Results 7 mqtt issues
Sort by recently updated
recently updated
newest added

Hello! I've used your library before and it works great, now I am using another broker, and I'm receiving this error `Error in .svr$loop(timeout, max_packets) : Evaluation error: argument "qos_count"...

Hi, I have followed the installation instructions on ubuntu 18.04 64-bit using R 3.6, all the dependencies have been installed but I am still getting this error: Error: package or...

I would love to use the MQTT package in R however it is not possible to install it (I've tried also the devtools option) Message: ‘mqtt’ is not available (for...

Thanks for this package, will be very useful. I tried the examples, but one function is not usable: mqtt_silent_connection_callback Error in : 'mqtt_silent_connection_callback' is not an exported object from 'namespace:mqtt'...

Hi, thanks for your making this package. I am playing around with MQTT for the first time today. I am trying to use shiny for displaying live sensor data. This...

Hello, I would like to know when will be authentication for the topic_subscribe released. I'm also wondering if it is possible to consume messages from a topic while rendering the...

enhancement

Hi there. I've got a complex project doing frequency analysis for a Burning Man project. Eventually, the processing will happen on small microcontrollers. However, I plan to develop the methods...