
|
Icon |
ShortPasta-icmp
- ICMP ping implementation for Java with a clean interface:
final IcmpPingResponse icmpPingResponse = IcmpUtil.executeIcmpPingRequest (
final String ipAddress,
final int packetSize,
final long timeout);
- Stand-alone and small footprint: shortpasta-icmp.jar (20k) + shortpasta-icmp.dll (241k debug, 40k release)
- Stand-alone project: build with Java 1.6 and Ant 1.7, native code built with VCPP6
- Developed, unit tested, documented, and supported by shortpasta.org
- Open Source, LGPL license. Free for commercial use, but please contribute, after all this is saving you at least some time!
- Uses real ICMP sockets via native calls which offers very accurate delay calcs - Live site: http://www.everyping.com
- Why not use InetAddress.isReachable ()? That's not what it was designed to do: isReachable () might use TCP instead of ICMP, and checking for localhost always comes back with a delay of ~1000 msecs. - Why not use jna or other wrappers? They usually come with larger payloads. Still very good options for apps where size is not a concern - Download & Donate:
|
| | ShortPasta-gwte
- Extensions for GWT - BarChart wrapper for ofcgwt/open-flash-chart.swf, supporting live updates and barChart.refresh ():

- LineChart wrapper for ofcgwt/open-flash-chart.swf, supporting live updates and barChart.refresh (): - String utilities:
StringUtil.padLeftWithZeroes (final long value, final int desiredLength) - Number utilities:
NumberUtil.divide (final Number a, final Number b) - Type conversion:
DataTypeConverter.convert (final SOURCE_TYPE object, final Class<DESIRED_TYPE> desiredClass) - Object based EventManager and EventHandler - Collection utilities:
createIntArrayFromIntegerList (final List<Integer> integerList) - Class utilities:
ClassUtil.getExtendsFlag (final Class<?> objectClass, final Class<?> desiredClass)
- Live site: http://www.everyping.com
- Download & Donate:
|
|
|
Donate!
- Thanks to all Open Source individuals, developers, groups, companies, supporters, and whichever other group qualifies you, for enabling so many of us to find working code, samples, libraries, apps, systems, designs, ideas, and save us so much money and TIME! Everybody benefits from this.
- The ShortPasta Foundation encourages you to donate to every provider of Open Source software you use, it's just a simple way to say "Thanks!". We have all used Open Source software, made money using it, and never donated a penny back. Let's go back and say thanks to those folks!
- If you can, and wish to, here are a few ways for you to Donate to the ShortPasta Foundation:
- Thank you for your support,
The ShortPasta Foundation
|
| | Contact us
- To contact the author(s), email shortpasta@gmail.com or click shortpasta@gmail.com
- You can also use the forums at SF.net or Google Code, wherever the projects are hosted |
|
|