-1

I have connected a RPi to Cumulocity and I would like to know how I can upload data from the RPi. I suppose I can write a python code that does that?

Thanks.

  • What do you mean by "connected a RPi to Cumulocity"? Did you use the java-agent or write your own python agent? – Georgi Aug 29 '18 at 10:06
  • By connected to Cumulocity I mean registered the device on the platform using the serial num. The next step I believe would be to write a code that would collect the data and send it to the platform, is this correct? and if so how is it done? – M. Orain Aug 29 '18 at 16:07

1 Answers1

0

The source code of the software that "connects" the raspberry pi to Cumulocity is available here. In order to add extra functionality you will have to extend it. However it is java not python.

Georgi
  • 165
  • 1
  • 9