<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Very simple 2 player networking in Python</title>
	<atom:link href="http://blog.mikepan.com/very-simple-2player-networking-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/</link>
	<description>making visuals with technology</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marc</title>
		<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/#comment-246</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://mikepan.homeip.net/blog/?p=75#comment-246</guid>
		<description>can u make a video tut for python on how to connect 2 pc using LAN?</description>
		<content:encoded><![CDATA[<p>can u make a video tut for python on how to connect 2 pc using LAN?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike pan</title>
		<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/#comment-67</link>
		<dc:creator>mike pan</dc:creator>
		<pubDate>Sun, 22 Nov 2009 00:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://mikepan.homeip.net/blog/?p=75#comment-67</guid>
		<description>The code I provided is really just a snippet of general python code that should work on any python implementation, even without Blender.

It will be cool to see if one can expand that into some sort of remote teaching material, the upcoming Blender 2.5 has a very complete python API and with a bit of RPC-XML magic, I imagine it wouldn&#039;t be hard to remotely take control over Blender.

Marco, thanks I&#039;ve sent you an email.</description>
		<content:encoded><![CDATA[<p>The code I provided is really just a snippet of general python code that should work on any python implementation, even without Blender.</p>
<p>It will be cool to see if one can expand that into some sort of remote teaching material, the upcoming Blender 2.5 has a very complete python API and with a bit of RPC-XML magic, I imagine it wouldn&#8217;t be hard to remotely take control over Blender.</p>
<p>Marco, thanks I&#8217;ve sent you an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akta</title>
		<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/#comment-65</link>
		<dc:creator>Akta</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://mikepan.homeip.net/blog/?p=75#comment-65</guid>
		<description>@kernod
Yes, the server can easily broadcast to several clients and yes can be used also outside blender :)

Mike I&#039;m really late I know :D but I just found your comment on your video using BlenderTrack. So I managed to use OpenCV but also Videocapture module if your webcam is not supported by the first one. If you want to track the face I got the code, just drop me a line on my blog!
Cheers,
Marco</description>
		<content:encoded><![CDATA[<p>@kernod<br />
Yes, the server can easily broadcast to several clients and yes can be used also outside blender :)</p>
<p>Mike I&#8217;m really late I know :D but I just found your comment on your video using BlenderTrack. So I managed to use OpenCV but also Videocapture module if your webcam is not supported by the first one. If you want to track the face I got the code, just drop me a line on my blog!<br />
Cheers,<br />
Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kernond</title>
		<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/#comment-64</link>
		<dc:creator>kernond</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://mikepan.homeip.net/blog/?p=75#comment-64</guid>
		<description>Could this be used outside of the game engine mode?</description>
		<content:encoded><![CDATA[<p>Could this be used outside of the game engine mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kernond</title>
		<link>http://blog.mikepan.com/very-simple-2player-networking-in-python/#comment-63</link>
		<dc:creator>kernond</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://mikepan.homeip.net/blog/?p=75#comment-63</guid>
		<description>Wow, that&#039;s very interesting, Thanks! I&#039;m thinking that this could also be used for some aspects of training/assistance.

Is it possible to setup a one-to-many connection? For example, an instructor demonstrating something to several users at once.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s very interesting, Thanks! I&#8217;m thinking that this could also be used for some aspects of training/assistance.</p>
<p>Is it possible to setup a one-to-many connection? For example, an instructor demonstrating something to several users at once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
