<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digiWave.dk</title>
	<atom:link href="http://www.digiwave.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digiwave.dk</link>
	<description>Digitale bølgeskvulp</description>
	<lastBuildDate>Sat, 06 Feb 2010 22:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Improved Z-Wave message handling in C#</title>
		<link>http://www.digiwave.dk/en/programming/improved-z-wave-message-handling-in-csharp/</link>
		<comments>http://www.digiwave.dk/en/programming/improved-z-wave-message-handling-in-csharp/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:43:56 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Forum @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=860</guid>
		<description><![CDATA[In this article a queue is implemented to allow the device objects to request messages to be send at any time. The messages are enqueued and then send to the Z-Wave controller when possible.
An additional thread is created to decouple the sending and receiving of messages. It will dequeue messages from the SendMessage queue and [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/improved-z-wave-message-handling-in-csharp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Z-Wave device discovery in C#</title>
		<link>http://www.digiwave.dk/en/programming/z-wave-device-discovery-in-csharp/</link>
		<comments>http://www.digiwave.dk/en/programming/z-wave-device-discovery-in-csharp/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:51:47 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Forum @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=836</guid>
		<description><![CDATA[This article will cover the C# implementation of the protocol discussed in &#8216;Device discovery in Z-Wave&#8216;.
The actual changes caused by the new requests are limited to a reimplementation of the callback id. Not all responses support the callback id and this affects the completion of the message sequences.
The real challenge is connected to the fact [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/z-wave-device-discovery-in-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forum at digiWave.dk</title>
		<link>http://www.digiwave.dk/en/site/forum-at-digiwave-dk/</link>
		<comments>http://www.digiwave.dk/en/site/forum-at-digiwave-dk/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 18:04:43 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[DomoticaForum @en]]></category>
		<category><![CDATA[Forum @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>
		<category><![CDATA[ZWaves.dk @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=795</guid>
		<description><![CDATA[The new forum is now available at digiWave.dk.
The purpose is to centralize the discussion about Z-Wave software development. The idea is to complement sites like ZWave.dk og Domoticaforum.eu.
The forum will be updated as articles about new topics are being published at digiWave.dk.
]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/site/forum-at-digiwave-dk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device discovery in Z-Wave</title>
		<link>http://www.digiwave.dk/en/programming/device-discovery-in-z-wave/</link>
		<comments>http://www.digiwave.dk/en/programming/device-discovery-in-z-wave/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:26:03 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>
		<category><![CDATA[Zensys @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=759</guid>
		<description><![CDATA[It is possible to request a list of connected devices from the Z-Wave controller. This article will take a look at the requests and responses related to device discovery in Z-Wave.
The article is part of a series of articles with focus on the Z-Wave protocol and how to implement it in C#. Reading the previous [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/device-discovery-in-z-wave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Z-Wave protocol in C# &#8211; Part 3</title>
		<link>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-3/</link>
		<comments>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-3/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:52:03 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=703</guid>
		<description><![CDATA[In this article the message handling is being improved and a Dimmer is added to the device classes.
The article is building upon a number of other articles previously published on this site. It is highly recommended to read those before proceeding.

An introduction to Z-Wave programming in C#
An introduction to the Z-Wave protocol
The Z-Wave protocol in [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Z-Wave protocol in C# &#8211; Part 2</title>
		<link>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-2/</link>
		<comments>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-2/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 01:23:02 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=620</guid>
		<description><![CDATA[In the previous article the client had to control the timing of the message sending. This responsibility is now moved away from the client. A new set of classes are introduced to represent the Z-Wave devices that the client is communicating with.
The functionality of the implementation remains the same as for the previous article. The [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Z-Wave protocol in C# &#8211; Part 1</title>
		<link>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp/</link>
		<comments>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:53:18 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=531</guid>
		<description><![CDATA[The example developed in this article will be able to switch on a Z-Wave device and the switch it off again. This requires some of the basic Z-Wave protocol elements to be implemented.
It is important to understand the two previous articles to get the most out of the example shown here.

An introduction to Z-Wave programming [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/the-z-wave-protocol-in-csharp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An introduction to the Z-Wave protocol</title>
		<link>http://www.digiwave.dk/en/programming/an-introduction-to-the-z-wave-protocol/</link>
		<comments>http://www.digiwave.dk/en/programming/an-introduction-to-the-z-wave-protocol/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 13:30:04 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[Protocol @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=418</guid>
		<description><![CDATA[In the first article about Z-Wave programming in C# the program was able to either switch on or switch off a Z-Wave device. In this article some of the basic principles of the Z-Wave protocol will be explored. This will provide the basic understanding for a modification to the code that will be done in [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/an-introduction-to-the-z-wave-protocol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An introduction to Z-Wave programming in C#</title>
		<link>http://www.digiwave.dk/en/programming/an-introduction-to-z-wave-programming-in-c/</link>
		<comments>http://www.digiwave.dk/en/programming/an-introduction-to-z-wave-programming-in-c/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:44:59 +0000</pubDate>
		<dc:creator>Henrik Leidecker Jørgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Aeon Labs @en]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[ControlThink @en]]></category>
		<category><![CDATA[Homee.dk @en]]></category>
		<category><![CDATA[MiCasaVerde @en]]></category>
		<category><![CDATA[SDK @en]]></category>
		<category><![CDATA[Z-Wave @en]]></category>
		<category><![CDATA[Zensys @en]]></category>
		<category><![CDATA[ZWaves.dk @en]]></category>

		<guid isPermaLink="false">http://www.digiwave.dk/?p=224</guid>
		<description><![CDATA[Z-Wave is a protocol for wireless communication with home appliances e.g. lamps and sensors. Z-Wave can be used for switching on, switching off, monitoring etc.
It is possible to learn more about Z-Wave by reading one of the previous articles (in Danish) on this site or at Z-Waves.dk.

It is easy to get started with Z-Wave programming. [...]]]></description>
		<wfw:commentRss>http://www.digiwave.dk/en/programming/an-introduction-to-z-wave-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

