Comments on: Send ICMP (ping) in Java 1.5 http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/ ruby, java and the rest Sun, 21 Apr 2013 09:19:53 +0000 hourly 1 http://wordpress.org/?v=3.4.2 By: Manohar Kuse http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-134510 Manohar Kuse Thu, 30 Sep 2010 06:29:26 +0000 http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-134510 Does anybody have any idea to implement an ICMP ping with C Sockets (BSD Sockets)??? Does anybody have any idea to implement an ICMP ping with C Sockets (BSD Sockets)???

]]>
By: Shortpasta http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-124951 Shortpasta Tue, 26 Jan 2010 01:46:44 +0000 http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-124951 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); I implemented a real ICMP for Java with native support for win32, and I put it up on http://www.shortpasta.org — here is some sample code:

final IcmpPingResponse icmpPingResponse =
IcmpUtil.executeIcmpPingRequest (
final String ipAddress,
final int packetSize,
final long timeout);

]]>
By: Frank Spychalski http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-153 Frank Spychalski Fri, 22 Apr 2005 07:14:30 +0000 http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-153 Sorry, I don't know. I do all of my software development under Linux. Sorry, I don’t know. I do all of my software development under Linux.

]]>
By: Diwann http://amazing-development.com/archives/2004/12/20/send-icmp-ping-in-java-15/comment-page-1/#comment-152 Diwann Thu, 21 Apr 2005 22:14:56 +0000 http://www.spychalski.de/blog/archives/2004/12/20/send-icmp-ping-in-java-15/#comment-152 and what about windows ? how to do under windows ? and what about windows ?
how to do under windows ?

]]>