<?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>Misterdom's World &#187; Ubicomp / Pervasive</title>
	<atom:link href="http://www.guinard.org/~misterdom/category/think-tank/ubicomp-pervasive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guinard.org/~misterdom</link>
	<description>My Computing Logbook</description>
	<lastBuildDate>Sat, 24 Dec 2011 09:31:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running a makefile from the command line on Windows</title>
		<link>http://www.guinard.org/~misterdom/2008/10/23/running-a-makefile-from-the-command-line-on-windows/</link>
		<comments>http://www.guinard.org/~misterdom/2008/10/23/running-a-makefile-from-the-command-line-on-windows/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 13:33:14 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Dev Logbook]]></category>
		<category><![CDATA[Ubicomp / Pervasive]]></category>
		<category><![CDATA[Visual Studio .Net]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=17</guid>
		<description><![CDATA[Running a makefile in command-line on Windows can be painful if you try to set all the environment variables (path, bin folder for the nmake utility, and so forth) manually, luckily enough, Visual Studio (Express edition as well) comes bundled with a batch file that does it for you: vcvars32.bat.
The tool is located in the [...]]]></description>
			<content:encoded><![CDATA[<p>Running a makefile in command-line on Windows can be painful if you try to set all the environment variables (path, bin folder for the nmake utility, and so forth) manually, luckily enough, Visual Studio (Express edition as well) comes bundled with a batch file that does it for you: <code>vcvars32.bat</code>.</p>
<p>The tool is located in the <code>bin</code> folder of your Visual Studio install.</p>
<p>Source: <a href="http://www.codeguru.com/forum/archive/index.php/t-419379.html">http://www.codeguru.com/forum/archive/index.php/t-419379.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2008/10/23/running-a-makefile-from-the-command-line-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a sensor network for energy monitoring: Plogg and Play!</title>
		<link>http://www.guinard.org/~misterdom/2008/10/14/building-a-sensor-network-for-energy-monitoring-plogg-and-play/</link>
		<comments>http://www.guinard.org/~misterdom/2008/10/14/building-a-sensor-network-for-energy-monitoring-plogg-and-play/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:00:43 +0000</pubDate>
		<dc:creator>misterdom</dc:creator>
				<category><![CDATA[Plogg and Smart Meters]]></category>
		<category><![CDATA[Ubicomp / Pervasive]]></category>
		<category><![CDATA[pervasive]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[smartmeters]]></category>
		<category><![CDATA[ubicomp]]></category>

		<guid isPermaLink="false">http://www.guinard.org/~misterdom/?p=3</guid>
		<description><![CDATA[
According to http://www.plogginternational.com/ the Plogg &#8220;is a combined smart meter plug (kWh) and data logger, especially suited for metering, monitoring and control at the point of use &#8211; the appliance level.&#8221;
I would add not any kind of smart meter. Indeed, each Plogg is a sensor node, namely a small embedded computer that communicates with it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guinard.org/~misterdom/wp-content/uploads/2008/10/plogg.gif"><img class="alignnone size-medium wp-image-4" title="plogg" src="http://www.guinard.org/~misterdom/wp-content/uploads/2008/10/plogg-300x178.gif" alt="" width="300" height="178" /></a></p>
<p>According to <a href="http://www.plogginternational.com/">http://www.plogginternational.com/</a> the Plogg &#8220;is a combined smart meter plug (kWh) and data logger, especially suited for metering, monitoring and control at the point of use &#8211; the appliance level.&#8221;</p>
<p>I would add not any kind of smart meter. Indeed, each Plogg is a sensor node, namely a small embedded computer that communicates with it peers (and possibly a number of computers/mobiles) using wireless connectivity.</p>
<p>Since I started working on a project that aims at making people aware of the energy consumption of appliances in a plain old office of the <a href="http://www.cudrefin02.ch/">Cudrefin02 foundation</a> I thought testing the Ploggs would be a good thing.</p>
<p>I&#8217;ll report on my Ploggs experiences on a regular basis on this blogg, um sorry I mean blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.guinard.org/~misterdom/2008/10/14/building-a-sensor-network-for-energy-monitoring-plogg-and-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

