<?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: Belkin plays catchup on gigabit powerline networking adapter</title>
	<atom:link href="http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/</link>
	<description>An independent voice on VoIP, telecom, and IP Communications</description>
	<lastBuildDate>Mon, 22 Feb 2010 18:09:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Gamertag</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-83</link>
		<dc:creator>John Gamertag</dc:creator>
		<pubDate>Fri, 10 Jul 2009 17:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-83</guid>
		<description>Ups... I forgot the IP address in those commands. I just emailed you the details. In short:

On PC#1 (server): iperf -s -w 128k -i 1
On PC#2 (client): iperf -c 192.168.x.x -w 128k -i 1 -t 60

where 192.168.x.x is the IP of PC#1</description>
		<content:encoded><![CDATA[<p>Ups&#8230; I forgot the IP address in those commands. I just emailed you the details. In short:</p>
<p>On PC#1 (server): iperf -s -w 128k -i 1<br />
On PC#2 (client): iperf -c 192.168.x.x -w 128k -i 1 -t 60</p>
<p>where 192.168.x.x is the IP of PC#1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belkin Gigabit powerline network adapter &#8211; Tech support lame &#171; Doug on IP Comm &#8211; An independent voice on VoIP, telecom, and IP Communication</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-82</link>
		<dc:creator>Belkin Gigabit powerline network adapter &#8211; Tech support lame &#171; Doug on IP Comm &#8211; An independent voice on VoIP, telecom, and IP Communication</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-82</guid>
		<description>[...] I&#8217;m not quite sure what it fixes, because Belkin&#8217;s support page doesn&#8217;t say and the firmware upgrade is labeled beta.  I emailed an inquiry earlier this week to Belkin tech support&#8211; it&#8217;s been at least a [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m not quite sure what it fixes, because Belkin&#8217;s support page doesn&#8217;t say and the firmware upgrade is labeled beta.  I emailed an inquiry earlier this week to Belkin tech support&#8211; it&#8217;s been at least a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Mohney</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-77</link>
		<dc:creator>Doug Mohney</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-77</guid>
		<description>John, can you email me directly at moo@vegascommando.com?

I&#039;ve got iperf loaded and running, but the client can&#039;t seem to find the server; do I have to specify a server name/address/port?

I&#039;ll give it another go later today..</description>
		<content:encoded><![CDATA[<p>John, can you email me directly at <a href="mailto:moo@vegascommando.com">moo@vegascommando.com</a>?</p>
<p>I&#8217;ve got iperf loaded and running, but the client can&#8217;t seem to find the server; do I have to specify a server name/address/port?</p>
<p>I&#8217;ll give it another go later today..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gamertag</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-78</link>
		<dc:creator>John Gamertag</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-78</guid>
		<description>Well... the way we test that kind of things here is by using iperf. It is available for Windows, Linux and Mac. Check these URLs:

 * http://www.noc.ucf.edu/Tools/Iperf/default.htm
 * http://sourceforge.net/projects/iperf/

Once installed on both PCs, you can run the following tests (one for TCP and another one for UDP):

TCP
====
On PC#1 (server):  iperf -s -w 128k -i 1
On PC#2 (client):   iperf -c  -w 128k -i 1 -t 60


UDP
====
On PC#1 (server): iperf -s -u -i 1
On PC#2 (client): iperf -c  -u -b 300M -i 1 -t 60


It would be nice if you could post the results :)</description>
		<content:encoded><![CDATA[<p>Well&#8230; the way we test that kind of things here is by using iperf. It is available for Windows, Linux and Mac. Check these URLs:</p>
<p> * <a href="http://www.noc.ucf.edu/Tools/Iperf/default.htm" rel="nofollow">http://www.noc.ucf.edu/Tools/Iperf/default.htm</a><br />
 * <a href="http://sourceforge.net/projects/iperf/" rel="nofollow">http://sourceforge.net/projects/iperf/</a></p>
<p>Once installed on both PCs, you can run the following tests (one for TCP and another one for UDP):</p>
<p>TCP<br />
====<br />
On PC#1 (server):  iperf -s -w 128k -i 1<br />
On PC#2 (client):   iperf -c  -w 128k -i 1 -t 60</p>
<p>UDP<br />
====<br />
On PC#1 (server): iperf -s -u -i 1<br />
On PC#2 (client): iperf -c  -u -b 300M -i 1 -t 60</p>
<p>It would be nice if you could post the results <img src='http://dougonipcomm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Mohney</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-79</link>
		<dc:creator>Doug Mohney</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-79</guid>
		<description>Haven&#039;t had a chance to run in-room tests yet for two reasons: 1) Need to install the *gulp* beta firmware upgrade and 2) Get a solid P2P testing protocol between machines.

Looking at later this week, if disaster doesn&#039;t strike.</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t had a chance to run in-room tests yet for two reasons: 1) Need to install the *gulp* beta firmware upgrade and 2) Get a solid P2P testing protocol between machines.</p>
<p>Looking at later this week, if disaster doesn&#8217;t strike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gamertag</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-81</link>
		<dc:creator>John Gamertag</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-81</guid>
		<description>Hi, there.
What about the in-room powerline test? How much speed did you get?

Getting 30-40 Mbps from the 50Mbps cable modem was quite awesome, but ... what about RAW speed between two in-room computers ??

Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi, there.<br />
What about the in-room powerline test? How much speed did you get?</p>
<p>Getting 30-40 Mbps from the 50Mbps cable modem was quite awesome, but &#8230; what about RAW speed between two in-room computers ??</p>
<p>Thanks <img src='http://dougonipcomm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More tests with Belkin Gigabit powerline adapter &#171; Doug on IP Comm &#8211; An independent voice on VoIP, telecom, and IP Communication</title>
		<link>http://dougonipcomm.com/2009/07/06/belkin-plays-catchup-on-gigabit-powerline-networking-adapter/comment-page-1/#comment-80</link>
		<dc:creator>More tests with Belkin Gigabit powerline adapter &#171; Doug on IP Comm &#8211; An independent voice on VoIP, telecom, and IP Communication</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://dougonipcomm.wordpress.com/?p=279#comment-80</guid>
		<description>[...] Comment!    UPDATE: Belkin has issued a firmwire update for its Gigabit powerline adapter &#8212; but it is beta and there are no release no.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Comment!    UPDATE: Belkin has issued a firmwire update for its Gigabit powerline adapter &#8212; but it is beta and there are no release no&#8230;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
