← Back to team overview

mqtt-users team mailing list archive

Re: MQTT on iPhone

 

> I have followed the steps 1 to 7, but I am confused what to do next, I am
> going to try to get the examples from here
> working: http://mosquitto.org/man/libmosquitto-3.html
> I cannot figure out how to include the mosquitto.h file in my project
> though. I have copied in the files, and have exactly what is shown in the
> screen shot in Step 7 of the tutorial above.
> Does anyone know what I need to do to make mosquitto.h available in my
> project?

I'm not quite sure I understand. If you've got the same screen then
doesn't it mean it's all worked and you can write your project?

On the most basic level, using mosquitto.h in your project can be done with

#include <mosquitto.h>

I presume this isn't what you mean though :)

Cheers,

Roger


Follow ups

References