Hi,
I am successfully Sending sensor data to Thingworx from Raspberrypi using REST API where the PC with Thingworx composer and Raspberrypi are connected to same Router,
but i want to send sensor data from Raspberrypi to Thingworx which are not in same network,,is it possible using REST API??
or should i use any cloud service??
Hi Akshayakumar p,
As long as the Raspberry Pi can resolve the hostname/IP of the ThingWorx server on the different network, you should be able to send REST API commands to it. Make sure to alter your code so that the different properties match up to the new server.
Regards,
Tony