Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
How we can connect vuforia with different IOT platform (instead of Thingworx), Do we have such vuforia Rest API for that? Or having any roadmap for same.
we want to connect vuforia studio to our own IOT platform instead of thingworx. So pls can i get more details on this.
Regards,
Prashant Pandarkar
Hello Prashant Pandarkar,
As far I know, we don't have any API to connect to another IoT platform in Vuforia Studio.
But I suppose that we can use HTTP requests in AJAX to have data from another IoT platform.
More details here :
https://www.w3schools.com/xml/ajax_xmlhttprequest_send.asp
From my point of view, the main issue will be to convert data from this IoT platform to same format used by
2D Widgets.
It is needed to have same json format.
Best regards,
Samuel