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
I am new to the C SDK and I am trying to run the examples (ExampleClient and SteamSensor) according to the provided guide. Even though I get no error on web socket creation or API initialization and connection, I don't see any new Thing or DataShape being generated on Thingworx platform after running the examples. I have already set the host name, port number and app key correctly and also disabled the encryption.
I will appreciate any help regarding this problem.
Mon Zi, when you run the SteamSensor example, navigate to Monitoring -> Remote Things and click on the 'Unbound' tab. Do you see any entities on the lines of SteamSensor1 and SteamSensor2? If so, you need to create a Thing based on the RemoteThing Template and on the Identifier section name it SteamSensor1 (or 2). Alternatively, you can create a RemoteThing called SteamSensor1 (or 2) for it to directly connect to it.