Mongoose os with cc3220 -Mqtt Example codes in C

  1. My goal is:I have to implement MQTT example in C for CC3220 using the API’s in C from Mongoose OS to build my application on it as my language of working is C.
  2. My actions are: I have tested and implemented the MQTT (led control from Google iot core) with mongoose OS using the example code in java script.
  3. The result I see is: [show the result - log, etc]-Suceeded in building and implementing the LED control code using javascript example
  4. My expectation & question is: Need examples and documents to implement the MQTT and other feature in C to build my application

regards,
Sanath Rai

There is a c_mqtt example in the Mongoose OS repository.

Hello,

Thank you for the reply.
I will work on it.
Regards,
Sanath