<?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>Ansis World &#187; nabaztag</title>
	<atom:link href="http://ansi.interblc.com/tag/nabaztag/feed/" rel="self" type="application/rss+xml" />
	<link>http://ansi.interblc.com</link>
	<description>Family, Work, Life</description>
	<lastBuildDate>Mon, 08 Feb 2010 09:30:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nabatag now uses the RFID reader</title>
		<link>http://ansi.interblc.com/2009/01/13/nabatag-now-uses-the-rfid-reader/</link>
		<comments>http://ansi.interblc.com/2009/01/13/nabatag-now-uses-the-rfid-reader/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 10:00:56 +0000</pubDate>
		<dc:creator>Ansi</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[nabaztag]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://ansi.interblc.com/?p=167</guid>
		<description><![CDATA[Moin Nice the Nabaztag now use the build in RFID scanner. Unfortunately only with RFIDs from the Stamps or the small little cute Nabaztags. At least my IBM Badge was not recognized.]]></description>
			<content:encoded><![CDATA[<p>Moin</p>
<p>Nice the <a href="http://www.nabaztag.com" target="_blank">Nabaztag</a> now use the build in RFID scanner. Unfortunately only with RFIDs</p>
<p>from the Stamps or the small little cute Nabaztags. At least my IBM Badge was not recognized.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/_Tw7RG5J0RY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=fr&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/_Tw7RG5J0RY&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=fr&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://ansi.interblc.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ansi.interblc.com/2009/01/13/nabatag-now-uses-the-rfid-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto download SIPGATE Voicemails (WAVs)</title>
		<link>http://ansi.interblc.com/2009/01/12/howto-download-sipgate-voicemails-wavs/</link>
		<comments>http://ansi.interblc.com/2009/01/12/howto-download-sipgate-voicemails-wavs/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:39:46 +0000</pubDate>
		<dc:creator>Ansi</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[nabaztag]]></category>
		<category><![CDATA[sipgate]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://ansi.interblc.com/?p=169</guid>
		<description><![CDATA[Moin Sipgate has a very nice API to access the phonebook or write click2call applications. You can also check your voicemail (or as it is called in the API Unified Message). Unfortunately you can only get information on the amount of messages and if they are read or not. With a small wget script you [...]]]></description>
			<content:encoded><![CDATA[<p>Moin</p>
<p><a href="http://www.sipgate.de" target="_blank">Sipgate</a> has a very nice <a href="https://secure.sipgate.de/api/" target="_blank">API</a> to access the phonebook or write click2call applications. You can also check your voicemail (or as it is called in the API Unified Message). Unfortunately you can only get information on the amount of messages and if they are read or not. With a small wget script you can also download the WAV files and send them for example to your <a href="http://www.nabaztag.com/" target="_blank">Nabaztag</a>. Its cool to come home and your Nabaztag tells you about absent calls end presents you the message without picking up the phone or starting the laptop.</p>
<p>You need one wget call to get your PHPsession key:</p>
<pre> wget --no-check-certificate \</pre>
<pre>--save-cookies /home/ansi/.cookies/sipgate \</pre>
<pre>--keep-session-cookies \</pre>
<pre>--post-data "uname=<strong>Username</strong>&amp;passw=<strong>Passwd</strong>&amp;lasturi=%2Fuser%2Findex.php&amp;jsh=1&amp;okey.x=0&amp;okey.y=0" \
"https://secure.sipgate.de/user/index.php"</pre>
<p>Important to set your Username and Passwd in the script. Wget will then store your PHPsession key to your .cookies folder.</p>
<p>With</p>
<pre> wget "https://secure.sipgate.de/user/voicemail.php?\
       file=<strong>0001</strong>&amp;status=new" \
       --load-cookies /home/ansi/.cookies/sipgate \
       --no-check-certificate
       -O <strong>1</strong>.wav</pre>
<p>you can download your voice messages as wav files. Then a little &#8220;lame&#8221; and an Nabaztag API call and your Voicemail will be presented to you as soon as you come home. Have fun.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://ansi.interblc.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ansi.interblc.com/2009/01/12/howto-download-sipgate-voicemails-wavs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RFID for privat and daily use</title>
		<link>http://ansi.interblc.com/2009/01/11/rfid-for-privat-and-daily-use/</link>
		<comments>http://ansi.interblc.com/2009/01/11/rfid-for-privat-and-daily-use/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 22:59:20 +0000</pubDate>
		<dc:creator>Ansi</dc:creator>
				<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[nabaztag]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://ansi.interblc.com/?p=165</guid>
		<description><![CDATA[Moin Just found the violet web page with cool devices. One is a RFID Scanner and small little RFID tags called Mir:ror. You can easily program actions depending on the tag. As tags you can use Ztamp:s or small little Nabaztags. Have a look at the video: One other nice thing is an internet controlled [...]]]></description>
			<content:encoded><![CDATA[<p>Moin</p>
<p>Just found the <a href="http://www.violet.net" target="_blank">violet</a> web page with cool devices. One is a RFID Scanner and small little RFID tags called <a href="http://www.violet.net/_mirror-give-powers-to-your-objects.html" target="_blank">Mir:ror</a>. You can easily  program actions depending on the tag. As tags you can use <a href="http://www.violet.net/_ztamps-rfid-tag-that-give-powers-to-your-objects.html" target="_blank">Ztamp:s</a> or small little Nabaztags. Have a look at the video:</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/NruxD1ZDdig&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NruxD1ZDdig&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>One other nice thing is an internet controlled lamp called <a href="http://www.violet.net/daldal-the-lamp-which-turns-the-internet-into-lights.html" target="_blank">Dal:dal</a>. Strongly reminds me to the EOLUS lamp.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://ansi.interblc.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ansi.interblc.com/2009/01/11/rfid-for-privat-and-daily-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
