<?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>The cat outside of the jungle.</title>
	<atom:link href="http://blog.junglecat.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.junglecat.org</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 02:55:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Skype RC4 algorithm signaling test.</title>
		<link>http://blog.junglecat.org/?p=299</link>
		<comments>http://blog.junglecat.org/?p=299#comments</comments>
		<pubDate>Thu, 22 Jul 2010 02:54:08 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=299</guid>
		<description><![CDATA[A few weeks ago the reverse engineered RC4 Cipher used for Skype Obfuscation was released to the public here.
I used the cipher and engineered it into an existing Skype reverse engineering effort at the transport level. I am successfully able to use any Skype &#8220;peering&#8221; service.
I&#8217;ve uploaded a video demonstrating it in action. Skype RC4 [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago the reverse engineered RC4 Cipher used for Skype Obfuscation was released to the public <a href="http://cryptolib.com/ciphers/skype/">here</a>.</p>
<p>I used the cipher and engineered it into an existing Skype reverse engineering effort at the transport level. I am successfully able to use any Skype &#8220;peering&#8221; service.</p>
<p>I&#8217;ve uploaded a video demonstrating it in action. <a href="http://www.youtube.com/watch?v=h85YKKOumJM">Skype RC4 algorithm signaling test.</a> A test of the SKYPE-TCP-RC4 algorithm to connect to a Supernode and signal through it.</p>
<p>The code was written in cross platform C++ and will be released in a series in the latter part of the year. I will be doing other videos demonstrating more on Skype Peering in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=299</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IETF 78 &#8211; I&#8217;m not attending</title>
		<link>http://blog.junglecat.org/?p=286</link>
		<comments>http://blog.junglecat.org/?p=286#comments</comments>
		<pubDate>Wed, 09 Jun 2010 05:25:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[p2psip-base]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=286</guid>
		<description><![CDATA[I am unable to attend IETF(Internet Engineering Task Force) 78 (http://www.ietf.org/meeting/78/) unfortunately.  It would be nice to show off my p2psip implementation to the working group. IETF 79 I&#8217;ll see you in China this Fall.
]]></description>
			<content:encoded><![CDATA[<p>I am unable to attend IETF(Internet Engineering Task Force) 78 (<a href="http://www.ietf.org/meeting/78/">http://www.ietf.org/meeting/78/</a>) unfortunately.  It would be nice to show off my p2psip implementation to the working group. IETF 79 I&#8217;ll see you in China this Fall.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=286</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rendezvous sessions via autonomous distributed routing.</title>
		<link>http://blog.junglecat.org/?p=285</link>
		<comments>http://blog.junglecat.org/?p=285#comments</comments>
		<pubDate>Thu, 13 May 2010 04:43:41 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=285</guid>
		<description><![CDATA[Setting up a peer to peer connections in a autonomous distributed system is a trivial challenge. The basic principles are the session &#8220;offer&#8221; and &#8220;answer&#8221;. Say for instance you would like to send a data file to Pat. You would begin by sending a session_request of type session_type_data also know as the &#8220;offer&#8221;. Upon receipt [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up a peer to peer connections in a autonomous distributed system is a trivial challenge. The basic principles are the session &#8220;offer&#8221; and &#8220;answer&#8221;. Say for instance you would like to send a data file to Pat. You would begin by sending a session_request of type session_type_data also know as the &#8220;offer&#8221;. Upon receipt of the &#8220;answer&#8221; if accepted a session_response is routed back to Pat containing your devices&#8217; network interface &#8220;candidates&#8221; for each component. When Pat accepts the &#8220;answer&#8221; checks will begin on each end and the subsequent path will be traversed for data flow. The least latent path is used while the remaining if any are dropped. This works irrespective of NAT type because the &#8220;candidates&#8221; could by of type &#8220;relay&#8221; which allows a clear path to peers behind even the most restrictive firewalls or NAT devices.</p>
<p>This type of connection setup isn&#8217;t simply for &#8220;rendezvous punch&#8221; but works equally well for ICE negotiations as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=285</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distributed(p2p) Chat, Delivery Notification, Presence, Status</title>
		<link>http://blog.junglecat.org/?p=273</link>
		<comments>http://blog.junglecat.org/?p=273#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:15:16 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=273</guid>
		<description><![CDATA[A series of photographs showing a p2p session between two peers(iPhone Devices). These peers are attached to the main overlay network running live on the internet.
]]></description>
			<content:encoded><![CDATA[<p>A series of photographs showing a p2p session between two peers(iPhone Devices). These peers are attached to the main overlay network running live on the internet.</p>

<a href='http://blog.junglecat.org/?attachment_id=274' title='DSC00030'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000301.png" class="attachment-thumbnail" alt="" title="DSC00030" /></a>
<a href='http://blog.junglecat.org/?attachment_id=275' title='DSC00029'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000291.png" class="attachment-thumbnail" alt="" title="DSC00029" /></a>
<a href='http://blog.junglecat.org/?attachment_id=276' title='DSC00028'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000281.png" class="attachment-thumbnail" alt="" title="DSC00028" /></a>
<a href='http://blog.junglecat.org/?attachment_id=277' title='DSC00027'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000271.png" class="attachment-thumbnail" alt="" title="DSC00027" /></a>
<a href='http://blog.junglecat.org/?attachment_id=278' title='DSC00026'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000261.png" class="attachment-thumbnail" alt="" title="DSC00026" /></a>
<a href='http://blog.junglecat.org/?attachment_id=279' title='DSC00025'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000251.png" class="attachment-thumbnail" alt="" title="DSC00025" /></a>
<a href='http://blog.junglecat.org/?attachment_id=280' title='DSC00024'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000241.png" class="attachment-thumbnail" alt="" title="DSC00024" /></a>
<a href='http://blog.junglecat.org/?attachment_id=281' title='DSC00022'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000221.png" class="attachment-thumbnail" alt="" title="DSC00022" /></a>
<a href='http://blog.junglecat.org/?attachment_id=282' title='DSC00019'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000191.png" class="attachment-thumbnail" alt="" title="DSC00019" /></a>
<a href='http://blog.junglecat.org/?attachment_id=283' title='DSC00018'><img src="http://blog.junglecat.org/wp-content/uploads/2010/04/DSC000181.png" class="attachment-thumbnail" alt="" title="DSC00018" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=273</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Distributed &quot;extended&quot; presence in a p2psip environment.</title>
		<link>http://blog.junglecat.org/?p=248</link>
		<comments>http://blog.junglecat.org/?p=248#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:13:53 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[p2psip-base]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=248</guid>
		<description><![CDATA[On top of regular presence such as &#8220;Available&#8221;, &#8220;Away&#8221; and &#8220;Invisible&#8221; I have added &#8220;Extended&#8221; presence attributes into the distributed database draft. An &#8220;Extended&#8221; attribute is NOT routed from one peer to another. Rather these are fetched from the overlay when a presence change has occurred as described by an indication.
Example: aor:&#8221;presence&#8221; &#124; status.message
]]></description>
			<content:encoded><![CDATA[<p>On top of regular presence such as &#8220;Available&#8221;, &#8220;Away&#8221; and &#8220;Invisible&#8221; I have added &#8220;Extended&#8221; presence attributes into the distributed database draft. An &#8220;Extended&#8221; attribute is NOT routed from one peer to another. Rather these are fetched from the overlay when a presence change has occurred as described by an indication.</p>
<p>Example: aor:&#8221;presence&#8221; | status.message</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=248</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distributed statistics in a p2psip environment.</title>
		<link>http://blog.junglecat.org/?p=238</link>
		<comments>http://blog.junglecat.org/?p=238#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:28:38 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[p2psip-base]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=238</guid>
		<description><![CDATA[Here I am showing screeshots of an iPhone, Mac and Windows p2psip client (one in peer mode, two as nodes). The algorithm I&#8217;ve designed to determine the &#8220;online users&#8221; is pinpoint accurate within any five minute window. This algorithm also scales infinitely is lightweight and easy to implement. Skype maintains an &#8220;online user&#8221; accuracy window [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am showing screeshots of an iPhone, Mac and Windows p2psip client (one in peer mode, two as nodes). The algorithm I&#8217;ve designed to determine the &#8220;online users&#8221; is pinpoint accurate within any five minute window. This algorithm also scales infinitely is lightweight and easy to implement. Skype maintains an &#8220;online user&#8221; accuracy window of ten minutes.</p>

<a href='http://blog.junglecat.org/?attachment_id=239' title='ScreenShot009'><img src="http://blog.junglecat.org/wp-content/uploads/2010/03/ScreenShot009.png" class="attachment-thumbnail" alt="" title="ScreenShot009" /></a>
<a href='http://blog.junglecat.org/?attachment_id=240' title='Picture 1'><img src="http://blog.junglecat.org/wp-content/uploads/2010/03/Picture-1.png" class="attachment-thumbnail" alt="" title="Picture 1" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=238</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distributed presence in a p2psip environment.</title>
		<link>http://blog.junglecat.org/?p=227</link>
		<comments>http://blog.junglecat.org/?p=227#comments</comments>
		<pubDate>Sun, 21 Mar 2010 21:15:20 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[p2psip-base]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=227</guid>
		<description><![CDATA[Here I am showing screeshots of an iPhone client (in peer mode). The topology being used is custom but uses the XOR metric for KBR.



]]></description>
			<content:encoded><![CDATA[<p>Here I am showing screeshots of an iPhone client (in peer mode). The topology being used is custom but uses the XOR metric for KBR.<br />
<img src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_2003-200x300.PNG" alt="IMG_2003" title="IMG_2003" width="200" height="300" class="aligncenter size-medium wp-image-228" /><img src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_2004-200x300.PNG" alt="IMG_2004" title="IMG_2004" width="200" height="300" class="aligncenter size-medium wp-image-229" /><br />
<img src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_2005-200x300.PNG" alt="IMG_2005" title="IMG_2005" width="200" height="300" class="aligncenter size-medium wp-image-230" /><br />
<img src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_2006-200x300.PNG" alt="IMG_2006" title="IMG_2006" width="200" height="300" class="aligncenter size-medium wp-image-231" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=227</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalable distributed autonomous call routing.</title>
		<link>http://blog.junglecat.org/?p=206</link>
		<comments>http://blog.junglecat.org/?p=206#comments</comments>
		<pubDate>Sat, 13 Mar 2010 08:15:26 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=206</guid>
		<description><![CDATA[I&#8217;ve been working on a peer to peer call routing system for the past four and some odd years. I gained interest in this when I worked at the now Google owned Gizmo5. I&#8217;ve been working with the p2psip WG on the RELOAD base protocol draft where many ideas blend. My p2p and voip background [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a peer to peer call routing system for the past four and some odd years. I gained interest in this when I worked at the now Google owned Gizmo5. I&#8217;ve been working with the p2psip WG on the RELOAD base protocol draft where many ideas blend. My p2p and voip background are now collectively one. I&#8217;ve completed a peer to peer telephony system(like Skype) with presence, data transfers and call routing. It is 100% cross platform C++ and running on Mac OS X, Windows, Linux and iPhone OS. I don&#8217;t plan to unveil this for several months but here are some old screenshots of the test system in use.</p>
<p><img class="aligncenter size-medium wp-image-217" title="ScreenShot006" src="http://blog.junglecat.org/wp-content/uploads/2010/03/ScreenShot006-178x300.png" alt="ScreenShot006" width="178" height="300" /><br />
<img class="aligncenter size-medium wp-image-218" title="ScreenShot007" src="http://blog.junglecat.org/wp-content/uploads/2010/03/ScreenShot007-300x256.png" alt="ScreenShot007" width="300" height="256" /><br />
<img class="aligncenter size-medium wp-image-208" title="IMG_0993" src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_0993-200x300.PNG" alt="IMG_0993" width="200" height="300" /><img class="aligncenter size-medium wp-image-209" title="IMG_0994" src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_0994-200x300.PNG" alt="IMG_0994" width="200" height="300" /><br />
<img class="aligncenter size-medium wp-image-210" title="IMG_0995" src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_0995-200x300.PNG" alt="IMG_0995" width="200" height="300" /><img class="aligncenter size-medium wp-image-211" title="IMG_0996" src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_0996-200x300.PNG" alt="IMG_0996" width="200" height="300" /><img class="aligncenter size-medium wp-image-212" title="IMG_0997" src="http://blog.junglecat.org/wp-content/uploads/2010/03/IMG_0997-200x300.PNG" alt="IMG_0997" width="200" height="300" /><img class="aligncenter size-medium wp-image-213" title="Screen shot 2010-03-13 at 2.44.42 AM" src="http://blog.junglecat.org/wp-content/uploads/2010/03/Screen-shot-2010-03-13-at-2.44.42-AM-300x271.png" alt="Screen shot 2010-03-13 at 2.44.42 AM" width="300" height="271" /><img class="aligncenter size-medium wp-image-214" title="Screen shot 2010-03-13 at 2.44.54 AM" src="http://blog.junglecat.org/wp-content/uploads/2010/03/Screen-shot-2010-03-13-at-2.44.54-AM-175x300.png" alt="Screen shot 2010-03-13 at 2.44.54 AM" width="175" height="300" /><img class="aligncenter size-medium wp-image-215" title="Screen shot 2010-03-13 at 2.45.22 AM" src="http://blog.junglecat.org/wp-content/uploads/2010/03/Screen-shot-2010-03-13-at-2.45.22-AM-300x157.png" alt="Screen shot 2010-03-13 at 2.45.22 AM" width="300" height="157" /><img class="aligncenter size-medium wp-image-216" title="Screen shot 2010-03-13 at 2.53.02 AM" src="http://blog.junglecat.org/wp-content/uploads/2010/03/Screen-shot-2010-03-13-at-2.53.02-AM-300x271.png" alt="Screen shot 2010-03-13 at 2.53.02 AM" width="300" height="271" /><img class="aligncenter size-medium wp-image-216" title="Screen shot 2010-03-13 at 2.53.02 AM" src="http://blog.junglecat.org/wp-content/uploads/2010/03/Screen-shot-2010-03-13-at-2.53.02-AM-300x271.png" alt="Screen shot 2010-03-13 at 2.53.02 AM" width="300" height="271" /></p>
<p>This system requires only a single server to install a working infrastructure while being autonomous, distributed, load balanced and redundant.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=206</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling CURL on OS X as a Static + Universal binary.</title>
		<link>http://blog.junglecat.org/?p=196</link>
		<comments>http://blog.junglecat.org/?p=196#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:57:20 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=196</guid>
		<description><![CDATA[I&#8217;ve taken the liberty of adapting the given framework script to produce static libraries. Keep in mind that on Mac OS X 10.6 and > there is no ppc64 support so in order to use this script on that OS you&#8217;d first remove that support.

#!/bin/bash
# This script performs all of the steps needed to build [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken the liberty of adapting the given framework script to produce static libraries. Keep in mind that on Mac OS X 10.6 and > there is no ppc64 support so in order to use this script on that OS you&#8217;d first remove that support.</p>
<p><code><br />
#!/bin/bash<br />
# This script performs all of the steps needed to build a static<br />
# universal binary libcurl.a for Mac OS X 10.5 or greater.</p>
<p>cd curl</p>
<p>VERSION=`/usr/bin/sed -ne 's/^#define LIBCURL_VERSION "\(.*\)"/\1/p' include/curl/curlver.h`</p>
<p>SDK32='/Developer/SDKs/MacOSX10.5.sdk'</p>
<p>MINVER32='-mmacosx-version-min=10.5'</p>
<p>ARCHES32='-arch ppc -arch i386'</p>
<p>SDK64='/Developer/SDKs/MacOSX10.5.sdk'</p>
<p>MINVER64='-mmacosx-version-min=10.5'</p>
<p>ARCHES64='-arch ppc64 -arch x86_64'</p>
<p>echo "----Creating 32 bit ..."</p>
<p>if test -d $SDK32; then<br />
  echo "----Configuring libcurl for 32 bit universal ..."<br />
  ./configure --disable-dependency-tracking --disable-shared \<br />
    CFLAGS="-Os -isysroot $SDK32 $ARCHES32 $MINVER32" \<br />
    LDFLAGS="-Wl,-syslibroot,$SDK32 $ARCHES32 $MINVER32" \<br />
    CC=$CC</p>
<p>  echo "----Building 32 bit libcurl..."<br />
  make</p>
<p>  cp lib/.libs/libcurl.a lib/libcurl32.a</p>
<p>  echo "----Creating 64 bit ..."</p>
<p>  if test -d $SDK64; then<br />
    popd<br />
    make clean<br />
    echo "----Configuring libcurl for 64 bit universal ..."<br />
    ./configure --disable-dependency-tracking --disable-shared \<br />
      CFLAGS="-Os -isysroot $SDK64 $ARCHES64 $MINVER64" \<br />
      LDFLAGS="-Wl,-syslibroot,$SDK64 $ARCHES64 $MINVER64" \<br />
      CC=$CC</p>
<p>    echo "----Building 64 bit libcurl..."<br />
    make</p>
<p>    cp lib/.libs/libcurl.a lib/libcurl64.a</p>
<p>    echo "----Merging 32 bit and 64 bit ..."</p>
<p>    lipo lib/libcurl32.a lib/libcurl64.a -create -output lib/libcurl.a</p>
<p>  fi</p>
<p>  lipo -info lib/libcurl32.a<br />
  lipo -info lib/libcurl64.a<br />
  lipo -info lib/libcurl.a</p>
<p>  echo "libcurl.a is built and can now be included in other projects."<br />
else<br />
  echo "Building libcurl.a requires Mac OS X 10.5 or later with the MacOSX10.5.sdk installed."<br />
fi</p>
<p></code><br />
<a href="http://curl.haxx.se/">CURL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=196</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apps: A handheld revolution.</title>
		<link>http://blog.junglecat.org/?p=174</link>
		<comments>http://blog.junglecat.org/?p=174#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:59:09 +0000</pubDate>
		<dc:creator>julian</dc:creator>
				<category><![CDATA[Documentaries]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.junglecat.org/?p=174</guid>
		<description><![CDATA[Tomorrow January 7th at 10PM EST a one hour documentary will air on CNBC and affiliate stations. Some of my work is to be featured such as my iPhone and iPod Touch app dubbed &#8220;Cannabis&#8221;.

More information may be found on the official website here.
More information about the &#8220;Cannabis&#8221; app may be found on the official [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow January 7th at 10PM EST a one hour documentary will air on CNBC and affiliate stations. Some of my work is to be featured such as my iPhone and iPod Touch app dubbed &#8220;Cannabis&#8221;.</p>
<p><img src="http://blog.junglecat.org/wp-content/uploads/2010/01/POA_Intro.jpg" alt="POA_Intro" title="POA_Intro" width="570" height="275" class="alignnone size-full wp-image-187" /></p>
<p>More information may be found on the official website <a href="http://planetoftheapps.cnbc.com/">here</a>.</p>
<p>More information about the &#8220;Cannabis&#8221; app may be found on the official website <a href="http://cannabisapp.com/">here</a>.</p>
<p>Cannabis running in simulator:</p>
<p><img src="http://blog.junglecat.org/wp-content/uploads/2010/01/Screen-shot-2010-01-06-at-11.41.28-AM.png" alt="Screen shot 2010-01-06 at 11.41.28 AM" title="Cannabis App" class="alignnone size-full wp-image-181" /></p>
<p><a href="http://www.cannabisapp.com/">The Cannabis App Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.junglecat.org/?feed=rss2&amp;p=174</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
