nanavinay
nanavinay

Reputation: 11

Is there any way to send data to cumulocity without physical devices

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.

Upvotes: 0

Views: 144

Answers (1)

TyrManuZ
TyrManuZ

Reputation: 2049

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.

Upvotes: 1

Related Questions