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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Making ThingWorx galileo-c-sdk example work with local ThingWorx instance

rtamilarasan
1-Newbie

Making ThingWorx galileo-c-sdk example work with local ThingWorx instance

I am following the exercise available at http://www.thingworx.com/developer/device-kits/galileo-c-sdk to make the Dell Gateway communicate with the Galileo and simulate the washing machine example.

 

 

While I am able to bring up ThingWorx on our gateway and invoke the twc_agent to generate data from the Galileo, invoking the mashup connect to  device.cloud.thingworx.com host instead of the local ThingWorx host thats running on the gateway. Would appreciate some pointers on how to make it talk to the local instance ?

 

 

Thanks

Raja

Phone : 408-296-9559Mak

1 REPLY 1

Raja, if you are using the C SDK, the main.c file has a 'Server Details' section. You would have to edit the #define TW_HOST section to your localhost and #define TW_APP_KEY to your appKey.

Top Tags