]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
Initial contribution.
authorRoger Light <roger@atchoo.org>
Fri, 25 Jan 2013 10:31:19 +0000 (10:31 +0000)
committerRoger Light <roger@atchoo.org>
Mon, 3 Feb 2014 21:14:15 +0000 (21:14 +0000)
commite9f93670d282e97941cd0b85e625cf366a8a928e
tree6cbca302b04b9873abe30ae3410c331fb966fcff
Initial contribution.
107 files changed:
.hgeol [new file with mode: 0644]
.hgignore [new file with mode: 0644]
LICENSE-3rd-party.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
lib/python/Makefile [new file with mode: 0644]
lib/python/mosquitto.py [new file with mode: 0755]
lib/python/setup.py [new file with mode: 0644]
lib/python/sub.py [new file with mode: 0755]
test/Makefile [new file with mode: 0644]
test/lib/01-con-discon-success.py [new file with mode: 0755]
test/lib/01-keepalive-pingreq.py [new file with mode: 0755]
test/lib/01-no-clean-session.py [new file with mode: 0755]
test/lib/01-unpwd-set.py [new file with mode: 0755]
test/lib/01-will-set.py [new file with mode: 0755]
test/lib/01-will-unpwd-set.py [new file with mode: 0755]
test/lib/02-subscribe-qos0.py [new file with mode: 0755]
test/lib/02-subscribe-qos1.py [new file with mode: 0755]
test/lib/02-subscribe-qos2.py [new file with mode: 0755]
test/lib/02-unsubscribe.py [new file with mode: 0755]
test/lib/03-publish-b2c-qos1.py [new file with mode: 0755]
test/lib/03-publish-b2c-qos2.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-disconnect.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-timeout.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-disconnect.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-timeout.py [new file with mode: 0755]
test/lib/03-publish-qos0-no-payload.py [new file with mode: 0755]
test/lib/03-publish-qos0.py [new file with mode: 0755]
test/lib/04-retain-qos0.py [new file with mode: 0755]
test/lib/08-ssl-bad-cacert.py [new file with mode: 0755]
test/lib/08-ssl-connect-cert-auth.py [new file with mode: 0755]
test/lib/08-ssl-connect-no-auth.py [new file with mode: 0755]
test/lib/09-util-topic-matching.py [new file with mode: 0755]
test/lib/Makefile [new file with mode: 0644]
test/lib/python/01-con-discon-success.test [new file with mode: 0755]
test/lib/python/01-keepalive-pingreq.test [new file with mode: 0755]
test/lib/python/01-no-clean-session.test [new file with mode: 0755]
test/lib/python/01-unpwd-set.test [new file with mode: 0755]
test/lib/python/01-will-set.test [new file with mode: 0755]
test/lib/python/01-will-unpwd-set.test [new file with mode: 0755]
test/lib/python/02-subscribe-qos0.test [new file with mode: 0755]
test/lib/python/02-subscribe-qos1.test [new file with mode: 0755]
test/lib/python/02-subscribe-qos2.test [new file with mode: 0755]
test/lib/python/02-unsubscribe.test [new file with mode: 0755]
test/lib/python/03-publish-b2c-qos1.test [new file with mode: 0755]
test/lib/python/03-publish-b2c-qos2.test [new file with mode: 0755]
test/lib/python/03-publish-c2b-qos1-disconnect.test [new file with mode: 0755]
test/lib/python/03-publish-c2b-qos1-timeout.test [new file with mode: 0755]
test/lib/python/03-publish-c2b-qos2-disconnect.test [new file with mode: 0755]
test/lib/python/03-publish-c2b-qos2-timeout.test [new file with mode: 0755]
test/lib/python/03-publish-qos0-no-payload.test [new file with mode: 0755]
test/lib/python/03-publish-qos0.test [new file with mode: 0755]
test/lib/python/04-retain-qos0.test [new file with mode: 0755]
test/lib/python/08-ssl-bad-cacert.test [new file with mode: 0755]
test/lib/python/08-ssl-connect-cert-auth.test [new file with mode: 0755]
test/lib/python/08-ssl-connect-no-auth.test [new file with mode: 0755]
test/lib/python/08-ssl-fake-cacert.test [new file with mode: 0755]
test/lib/python/09-util-topic-matching.test [new file with mode: 0755]
test/lib/python3/01-con-discon-success.test [new file with mode: 0755]
test/lib/python3/01-keepalive-pingreq.test [new file with mode: 0755]
test/lib/python3/01-no-clean-session.test [new file with mode: 0755]
test/lib/python3/01-unpwd-set.test [new file with mode: 0755]
test/lib/python3/01-will-set.test [new file with mode: 0755]
test/lib/python3/01-will-unpwd-set.test [new file with mode: 0755]
test/lib/python3/02-subscribe-qos0.test [new file with mode: 0755]
test/lib/python3/02-subscribe-qos1.test [new file with mode: 0755]
test/lib/python3/02-subscribe-qos2.test [new file with mode: 0755]
test/lib/python3/02-unsubscribe.test [new file with mode: 0755]
test/lib/python3/03-publish-b2c-qos1.test [new file with mode: 0755]
test/lib/python3/03-publish-b2c-qos2.test [new file with mode: 0755]
test/lib/python3/03-publish-c2b-qos1-disconnect.test [new file with mode: 0755]
test/lib/python3/03-publish-c2b-qos1-timeout.test [new file with mode: 0755]
test/lib/python3/03-publish-c2b-qos2-disconnect.test [new file with mode: 0755]
test/lib/python3/03-publish-c2b-qos2-timeout.test [new file with mode: 0755]
test/lib/python3/03-publish-qos0-no-payload.test [new file with mode: 0755]
test/lib/python3/03-publish-qos0.test [new file with mode: 0755]
test/lib/python3/04-retain-qos0.test [new file with mode: 0755]
test/lib/python3/08-ssl-bad-cacert.test [new file with mode: 0755]
test/lib/python3/08-ssl-connect-cert-auth.test [new file with mode: 0755]
test/lib/python3/08-ssl-connect-no-auth.test [new file with mode: 0755]
test/lib/python3/08-ssl-fake-cacert.test [new file with mode: 0755]
test/lib/python3/09-util-topic-matching.test [new file with mode: 0755]
test/mosq_test.py [new file with mode: 0644]
test/ssl/client-expired.crt [new file with mode: 0644]
test/ssl/client-revoked.crt [new file with mode: 0644]
test/ssl/client-revoked.csr [new file with mode: 0644]
test/ssl/client-revoked.key [new file with mode: 0644]
test/ssl/client.crt [new file with mode: 0644]
test/ssl/client.csr [new file with mode: 0644]
test/ssl/client.key [new file with mode: 0644]
test/ssl/crl.pem [new file with mode: 0644]
test/ssl/demoCA/crlnumber [new file with mode: 0644]
test/ssl/demoCA/index.txt [new file with mode: 0644]
test/ssl/demoCA/index.txt.attr [new file with mode: 0644]
test/ssl/demoCA/serial [new file with mode: 0644]
test/ssl/fake-ca.crt [new file with mode: 0644]
test/ssl/fake-ca.key [new file with mode: 0644]
test/ssl/readme.txt [new file with mode: 0644]
test/ssl/server-expired.crt [new file with mode: 0644]
test/ssl/server.crt [new file with mode: 0644]
test/ssl/server.csr [new file with mode: 0644]
test/ssl/server.key [new file with mode: 0644]
test/ssl/test-ca-alt.crt [new file with mode: 0644]
test/ssl/test-ca-alt.key [new file with mode: 0644]
test/ssl/test-ca.crt [new file with mode: 0644]
test/ssl/test-ca.key [new file with mode: 0644]
test/ssl/test-ca.srl [new file with mode: 0644]