This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-TM4C123GXL: MQTT

Part Number: EK-TM4C123GXL

Hello,

I want to get a mqtt client running on the TM4C123 board. I'm using the Eclipse Paho repositories for embedded c/c++ client  available on Git.

I have tried both the sample examples given on Eclipse Paho page.

For simple MQTT,  I have used Git repository for simple MQTT  and for the sensor network MQTT, I have used MQTT_SN Git repository. 

But while building the project  I'm getting errors like,

                                   1.For the MQTT   -- #20 identifier  "MQTTString" is undefiened ( for Paho_MQTT) 

                                   2.For the MQTT-SN --include_path is missing its parameter 'dir' (for Paho_MQTT_SN)

I have attached both the sreenshots of ccsv6 and the projects with this.

If anyone has some insight on this, kindly share... it would be helpful for me.

Thanks in advance.

Paho_MQTT  project  screenshot :

1325.paho_mqtt.zip

Paho_MQTT_SN  project  screenshot :

8272.paho_mqtt_sn.zip