0

Finding a way to push data to cumulocity without physical devices

I am trying to find a way to push data to cumulocity without physical devices. is there any to implement in java?

If there is a way, please drop some snippets and doc links.

nanavinay
  • 1
  • 3
  • If you insist on coding in Java, the answer below might help. Else, no coding necessary at https://mqttlab.iotsim.io/cumulocity – Gambit Support Sep 13 '21 at 15:55

1 Answers1

1

You can find an example implementation in Java for an MQTT client here: https://cumulocity.com/guides/device-sdk/mqtt-examples/#hello-mqtt-java.

Examples in other languages are next to it.

You can also use a tool like MQTTBox or MQTTFx if you don't want to implement something.

TyrManuZ
  • 2,039
  • 1
  • 14
  • 23