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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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