How to connect RabbitMQ's MQTT-Broker ( in java) with a C client running on Bosch XDK IOT device

148 Views Asked by At

I am a student and stuck on a project, I need to send data from BOSCH XDK device to my laptop over MQTT. The device would be connected with USB to my laptop and I wish to send data from BOSCH XDK running as MQTT client (running C code using a library provided by Bosch), this data would then be received by RabbitMQ broker ( running Java with RabbitMQ library) on my laptop.

Is this possible at all? i.e. MQTT communication with a client having a different library and implementation language than the MQTT broker/server.

0

There are 0 best solutions below