Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi All,
I am trying to build a program which can transfer a file from a Raspberry Pi running the CSDK to a thingworx server. I have it up and running with the FileTransferExample from the 1.3 version of the CSDK, but I was looking to update it to the 2.0 version of the SDK. There is no longer a FileTransferExample with the 2.0 version CSDK, was it removed for some reason? Does anyone have example code showing a successful file transfer? The old code does not work with the new SDK so I am looking for another way to accomplish this.
Thanks!
Solved! Go to Solution.
As of 2.0 there was a slight change in how the examples are provided. So, now there is a README_BUILDING.txt and CMakeLists.txt files , that along with the documentation, you may refer to to build your sample projects.The project SteamSensor will include all of the features enabled by default (again you may refer to the documentation to disable the ones you don't need)
Hi, Connor.
Please see my email to you regarding this.
Thanks,
-- Craig A.
As of 2.0 there was a slight change in how the examples are provided. So, now there is a README_BUILDING.txt and CMakeLists.txt files , that along with the documentation, you may refer to to build your sample projects.The project SteamSensor will include all of the features enabled by default (again you may refer to the documentation to disable the ones you don't need)