Skip to main content
18-Opal
January 5, 2018
Solved

Where can i get Example of EMS using C SDK?

  • January 5, 2018
  • 5 replies
  • 4299 views

Hi, i look for ThingWorx connect method

i found and built KEPServer and REST[only POST, i don't know another method]

now i'm try connect Thingworx use EMS with C SDK

but link in community wasn't opened

so if you have some example or guide or tutorial files[video, pdf, etc..], please share them with me

thanks

Best answer by supandey

Hi Seonho, sorry it's bit unclear are you using WSEMS or you want to use ThingWorx C SDK? These are two different connectivity methedologies/technologies even though WSEMS likely draw it's base from C SDK. If you are looking for samples you can access them here

1. Connect a Raspberry Pi to ThingWorx using the Edge Micro Server (EMS)

2. C SDK Reference Guide

Please feel free to correct me if this isn't what you are looking for.

5 replies

supandey5-Regular MemberAnswer
5-Regular Member
January 5, 2018

Hi Seonho, sorry it's bit unclear are you using WSEMS or you want to use ThingWorx C SDK? These are two different connectivity methedologies/technologies even though WSEMS likely draw it's base from C SDK. If you are looking for samples you can access them here

1. Connect a Raspberry Pi to ThingWorx using the Edge Micro Server (EMS)

2. C SDK Reference Guide

Please feel free to correct me if this isn't what you are looking for.

CHASEONHO18-OpalAuthor
18-Opal
January 7, 2018

What do you use to compile the C SDK?

Is it ok to use visual studio?

5-Regular Member
January 8, 2018

seonho Cha​: You can use Visual Studio for C SDK project/solutions.

-Durgesh