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 :
Paho_MQTT_SN project screenshot :