Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto - IOS client

Hi Guy,

libmosquitto isn't shy about using malloc, so you'd be better off looking at the paho embedded c client. You can find a blog post on it by searching for cc3200 mqtt.

Cheers,

Roger

On Sep 10, 2014 10:21 PM, "Guy Dillen" <guy.dillen@xxxxxxxxx> wrote:
Hi Roger,

Thanks. One additional question: can the libmosquitto client be used in embedded C environments e.g. with TI CC3200 MCU, Spark Core?

Thanks.
Guy

Sent from my iPad

> On 06 Sep 2014, at 23:10, Roger Light <roger@xxxxxxxxxx> wrote:
>
> Hi Guy,
>
> You should be able to find the library code (and compiled
> libmosquitto, once you've built it) in the "lib" directory.
>
> Cheers,
>
> Roger
>
>
>> On Sat, Aug 30, 2014 at 7:26 PM, Guy Dillen <guy.dillen@xxxxxxxxx> wrote:
>> Hi,
>>
>> I downloaded the Mosquitto source package, but can’t find libmosquitto in
>> it?
>>
>> Thanks.
>>
>>
>> _______________________________________________
>> mosquitto-dev mailing list
>> mosquitto-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from
>> this list, visit
>> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

Back to the top