<?xml version="1.0" encoding="US-ASCII"?>
<rss version="2.0">
  <channel>
    <link>http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/</link>
    <language>en-us</language>

    <title>ZigBee Changelog</title>
    <description>ZigBee Changelog</description>
    <item>
    <title>Add line to tell the user how to run it.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/0baf9538a1b6</guid>
    <description><![CDATA[Add line to tell the user how to run it.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sun, 18 Jan 2009 13:33:47 +1030</pubDate>
</item>
<item>
    <title>Rename to zbmux.tac, and use application framework.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/b0fc5f8da118</guid>
    <description><![CDATA[Rename to zbmux.tac, and use application framework.<br/>
<br/>
Add emacs magic so it gets edited in Python mode.<br/>
<br/>
Make log file rotate at 1Mb.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sun, 18 Jan 2009 13:32:29 +1030</pubDate>
</item>
<item>
    <title>Remove superfluous debugging.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/ce3712110055</guid>
    <description><![CDATA[Remove superfluous debugging.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sat, 17 Jan 2009 21:44:17 +1030</pubDate>
</item>
<item>
    <title>Play back the last 5 lines to newly connected clients rather than 1.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/a472d6eab97e</guid>
    <description><![CDATA[Play back the last 5 lines to newly connected clients rather than 1.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sat, 17 Jan 2009 21:43:59 +1030</pubDate>
</item>
<item>
    <title>Use proper telnet protocol classes.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/ac60a9244bdf</guid>
    <description><![CDATA[Use proper telnet protocol classes.<br/>
<br/>
Means we use raw/character at a time stuff and don't get extra echos. Keeps<br/>
track of each line to log it to the file as well as printing the last seen<br/>
line on client connect.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sat, 17 Jan 2009 14:42:51 +1030</pubDate>
</item>
<item>
    <title>Auto increment frame ID when creating a TX packet.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/729f2393f296</guid>
    <description><![CDATA[Auto increment frame ID when creating a TX packet.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Sat, 17 Jan 2009 14:39:50 +1030</pubDate>
</item>
<item>
    <title>Initial commit of zbmux.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/a3ec3f2988ac</guid>
    <description><![CDATA[Initial commit of zbmux.<br/>
<br/>
This program demultiplexes packets from remote ZB modules to feed into a log<br/>
file. Also allows user(s) to telnet to a port to talk to a particular module.<br/>
<br/>
Needs more work. eg - TCP connections should be in raw mode, not line.<br/>
 		    - There is no way to access statistics for each module.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Tue, 13 Jan 2009 12:17:02 +1030</pubDate>
</item>
<item>
    <title>Add license.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/75f785a09e2e</guid>
    <description><![CDATA[Add license.<br/>
<br/>
Split test stuff into a separate file.<br/>
<br/>
Fix some bugs..<br/>
 - Default frame ID to 1 so we get status replies by default.<br/>
 - Correct address generation routine for TX packets.<br/>
<br/>
Add doc strings and epydoc variable comments.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#73;&#110;&#99;&#104;&#111;&#97;&#116;&#101;</author>
    <pubDate>Tue, 13 Jan 2009 12:14:13 +1030</pubDate>
</item>
<item>
    <title>- Further changes to make things cleaner (ie RX packets are &quot;read only&quot; etc).</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/4c91fdfc862e</guid>
    <description><![CDATA[- Further changes to make things cleaner (ie RX packets are &quot;read only&quot; etc).<br/>
- Add helper routine to poll the serial port and print any packets seen.<br/>
- Make opening the serial port optional.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#105;&#110;&#99;&#104;&#111;&#97;&#116;&#101;&#46;&#108;&#111;&#99;&#97;&#108;&#100;&#111;&#109;&#97;&#105;&#110;</author>
    <pubDate>Wed, 07 Nov 2007 17:10:08 +1030</pubDate>
</item>
<item>
    <title>Switch to only reading RX pkts and writing TX pkts to make things simpler.</title>
    <guid isPermaLink="true">http://www.dons.net.au/~darius/hgwebdir.cgi/ZigBee/rev/d147529ad2db</guid>
    <description><![CDATA[Switch to only reading RX pkts and writing TX pkts to make things simpler.<br/>
<br/>
Add AT reply test case.]]></description>
    <author>&#100;&#97;&#114;&#105;&#117;&#115;&#64;&#105;&#110;&#99;&#104;&#111;&#97;&#116;&#101;&#46;&#108;&#111;&#99;&#97;&#108;&#100;&#111;&#109;&#97;&#105;&#110;</author>
    <pubDate>Mon, 05 Nov 2007 23:35:52 +1030</pubDate>
</item>

  </channel>
</rss>
