<?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: Send ICMP (ping) in Java 1.5</title>
	<atom:link href="http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/</link>
	<description>ruby, java and the rest</description>
	<lastBuildDate>Mon, 05 Dec 2011 11:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Manohar Kuse</title>
		<link>http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-134510</link>
		<dc:creator>Manohar Kuse</dc:creator>
		<pubDate>Thu, 30 Sep 2010 06:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-134510</guid>
		<description>Does anybody have any idea to implement an ICMP ping with C Sockets (BSD Sockets)???</description>
		<content:encoded><![CDATA[<p>Does anybody have any idea to implement an ICMP ping with C Sockets (BSD Sockets)???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shortpasta</title>
		<link>http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-124951</link>
		<dc:creator>Shortpasta</dc:creator>
		<pubDate>Tue, 26 Jan 2010 01:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-124951</guid>
		<description>I implemented a real ICMP for Java with native support for win32, and I put it up on www.shortpasta.org -- here is some sample code:

final IcmpPingResponse icmpPingResponse =
 IcmpUtil.executeIcmpPingRequest (
   final String ipAddress,
   final int packetSize,
   final long timeout);</description>
		<content:encoded><![CDATA[<p>I implemented a real ICMP for Java with native support for win32, and I put it up on <a href="http://www.shortpasta.org" rel="nofollow">http://www.shortpasta.org</a> &#8212; here is some sample code:</p>
<p>final IcmpPingResponse icmpPingResponse =<br />
 IcmpUtil.executeIcmpPingRequest (<br />
   final String ipAddress,<br />
   final int packetSize,<br />
   final long timeout);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-153</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Fri, 22 Apr 2005 07:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-153</guid>
		<description>Sorry, I don&#039;t know. I do all of my software development under Linux.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t know. I do all of my software development under Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diwann</title>
		<link>http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-152</link>
		<dc:creator>Diwann</dc:creator>
		<pubDate>Thu, 21 Apr 2005 22:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-152</guid>
		<description>and what about windows ?
how to do under windows ?</description>
		<content:encoded><![CDATA[<p>and what about windows ?<br />
how to do under windows ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

