Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Documentation

Hi Lakhan,

The best place to start looking is the src/subs.c and src/database.c
files. There isn't documentation on that apart from the code.

A good function to look at would be mqtt3_db_messages_queue().

What were you hoping to achieve by modifying topic management?

Cheers,

Roger

On Mon, May 23, 2016 at 1:17 PM, Lakhan Kumar <lakhanrathi92@xxxxxxxxx> wrote:
> Hi
>
> I am new in this mailing list, and a total newbie regarding Mosquitto
> server, so pardon me if this is not the correct place for this kind of
> question.
>
> I plan to understand (and then change) topic management currently done by
> Mosquitto. In same regards, It'll really help me out if someone can point me
> in right direction, like documentation (if it exists) that explains how
> Mosquitto works. For example, how and where topics and their data gets
> stored locally on server side? with the relevant code section.
>
> So far I have build Mosquitto on Windows 7 and tested it with Chrome
> MQTTLens.
>
>
>
> Best Regards
> Lakhan
>
>
> _______________________________________________
> 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