cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

communicating via REST API

AkshayKumar
10-Marble

communicating via REST API

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??

1 REPLY 1
tschmitz
13-Aquamarine
(To:AkshayKumar)

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

Top Tags