Skip to main content
10-Marble
April 17, 2025
Solved

MQTT in Vuforia Studio

  • April 17, 2025
  • 1 reply
  • 588 views

Hello, I would like to use mqtt in vuforia studio to fetch metadatas from a database hosted on an edge device. I tired different approaches (proxy redirect to "bypass" CORS restrictions, https with a self signed certificate) but at the end of the road I stumble in the same problem: the AR app works on local environment (preview mode) but not on the mobile device (an ipad in this case).
I already made a post about this topic and I've been told that the solution may reside in thingworx and the mqtt extension (which still requires a broker if I'm correct).
I would like to know the detailed steps to achieve mqtt communication in vuforia studio and vuforia view.
Thanks in advance

Best answer by Jimwang

It will work to use Thingworx. The ideas is:

 

1> Your MQTT messages (data from an edge devices or database whatever) publish the data to Thingworx, or Thingworx subscribe the data from MQTT

2> Vuforia fetchs the data from Thingworx

1 reply

Jimwang16-PearlAnswer
16-Pearl
April 24, 2025

It will work to use Thingworx. The ideas is:

 

1> Your MQTT messages (data from an edge devices or database whatever) publish the data to Thingworx, or Thingworx subscribe the data from MQTT

2> Vuforia fetchs the data from Thingworx

10-Marble
April 24, 2025

Yes, I figured it out and I made it work. Thank you anyways