Skip to main content

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

Hi Roger

Thanks for pointers. The general idea is too vague for now, I really don't know how to put that, but I'll try. Server needs to do more work, for instance instead of client asking for a particular directory or for all directories using "#" wildcard, it can ask a simple RDF query and based upon the subject broker will reply after a look up, what he thinks client might be interested in, after a confirmation it can forward the data. The data is also stored in RDF format with description (like in VoID vocabulary) whenever a publisher sends the data :)




Best Regards
Lakhan

On Mon, May 23, 2016 at 3:22 PM, Roger Light <roger@xxxxxxxxxx> wrote:
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
_______________________________________________
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