AWS IOT C++

Hello All,

I have a c++ program running on beaglebone black which reads temperature from MCP9808 IC via i2c protocol.

For this I have created a thing in AWS IOT and want to update it via MQTT… All this needs to be done in C++

This is the plan and have no idea how to do this…

Has any one done something similar to could guide me as how this could be acheived.

Regards,
Hemant Kapoor

Have you tried googling: "python mqtt mcp9808" look at the first hit..

Regards,

Thanks,

Will have a look