<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mqtt, branch v0.3</title>
<subtitle>A simple MQTT library written in C</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/'/>
<entry>
<title>Update amalgamation</title>
<updated>2017-02-18T22:40:50+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T22:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=c4dbe5151ef76e46dc2adc9e373dd8447219bcaf'/>
<id>c4dbe5151ef76e46dc2adc9e373dd8447219bcaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more interop tests</title>
<updated>2017-02-18T22:32:05+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T22:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=56b14eb55d3078d38e07bc22aae73e73017b1257'/>
<id>56b14eb55d3078d38e07bc22aae73e73017b1257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use keepalive as SocketSelect() timeout if timeout&lt;0</title>
<updated>2017-02-18T22:26:00+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T22:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=751480833388b1e56bbe7c24b523bf98d9d04383'/>
<id>751480833388b1e56bbe7c24b523bf98d9d04383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow keepalive to be 0 to disable sending PINGREQs</title>
<updated>2017-02-18T22:25:00+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T22:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=add616aad157b8a9a5bc7150e5d17ccbdd6d76f3'/>
<id>add616aad157b8a9a5bc7150e5d17ccbdd6d76f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disconnect socket if connected in MqttClientFree()</title>
<updated>2017-02-18T19:22:53+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T19:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=98fadaeceb18b890bcc06785c8e29e218f899a14'/>
<id>98fadaeceb18b890bcc06785c8e29e218f899a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add first interop test</title>
<updated>2017-02-18T13:49:04+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T13:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=da1ed7964441327f7ac95af7327d379c01b5aaf2'/>
<id>da1ed7964441327f7ac95af7327d379c01b5aaf2</id>
<content type='text'>
The tests can be run against the Eclipse Paho interop test broker.

https://wiki.eclipse.org/Interop_Testing_Plan
https://github.com/eclipse/paho.mqtt.testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests can be run against the Eclipse Paho interop test broker.

https://wiki.eclipse.org/Interop_Testing_Plan
https://github.com/eclipse/paho.mqtt.testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug MqttClientHandlePubRel()</title>
<updated>2017-02-18T13:42:54+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T13:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=64c0b42a8178b1573ceebfda93e3f4526fa2d8d0'/>
<id>64c0b42a8178b1573ceebfda93e3f4526fa2d8d0</id>
<content type='text'>
We wanted to find previous PUBREC messages in the function, but there was a
typo so we were searching for PUBLISH messages. This made the client stop
as it thought it received an unknown PUBREL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We wanted to find previous PUBREC messages in the function, but there was a
typo so we were searching for PUBLISH messages. This made the client stop
as it thought it received an unknown PUBREL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MqttClientIsConnected()</title>
<updated>2017-02-18T13:40:10+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T13:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=9abda03413ff487070b28cc5b44a13e0c985282d'/>
<id>9abda03413ff487070b28cc5b44a13e0c985282d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add timeout param to MqttClientRunOnce()</title>
<updated>2017-02-18T13:39:42+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-18T13:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=a378aa66d14b1de86df65bc02b411e8858ec620a'/>
<id>a378aa66d14b1de86df65bc02b411e8858ec620a</id>
<content type='text'>
Also change SocketSelect() to take timeout in milliseconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change SocketSelect() to take timeout in milliseconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move cleanSession argument to MqttClientConnect()</title>
<updated>2017-02-17T22:09:23+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2017-02-17T22:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mqtt/commit/?id=1cd48156bb1f8a9afd7a280b0820389592907f2a'/>
<id>1cd48156bb1f8a9afd7a280b0820389592907f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
