Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] mqtt-sn.embedded-c/samples

Sergio,

I'm very happy to wait for a contribution, I have plenty of other work to do!

A good guide on how to contribute is here: http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.python.git/tree/CONTRIBUTING.md

Ian

On 17/08/14 18:45, Sergio R. Caprile wrote:
qos-1pub works because that is using an extension to the MQTT-SN
specification that was requested by Dave Conway-Jones. [...]
And a good one, the topic registration process is sometimes way too much
for simple devices to which this category is intended; waiting for a
response can be tedious and resource hungry in some scenarios.
That will be a great and welcome extension to the specs!

qos0pub doesn't work because I copied qos-1pub which used the qos -1
long topic name method.  This sample needs updating to work like qos1pub.
I hope that makes things clearer!
Yes indeed! Thank you Ian.
I might actually take the modification to qos0pub as a hands-on
exercise. I won't be available for at least one week, so if it is OK to
wait for me, I'll try when I'm back and submit a patch for you to review
and hopefully include it in the git tree.

I'm considering also doing a qos -1 sample with official specs, with the
topic registration.

Best regards

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev



Back to the top