Main > Free Download Search >

Free ping utility software for linux

ping utility

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1500
Ping Tunnel 0.61

Ping Tunnel 0.61


Ping Tunnel is a tool for reliably tunneling TCP connections over ICMP echo request. more>>
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in your help in some cases.
Setting: Youre on the go, and stumble across an open wireless network. The network gives you an IP address, but wont let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP.
Main features:
- Tunnel TCP using ICMP echo request and reply packets
- Connections are reliable (lost packets are resent as necessary)
- Handles multiple connections
- Acceptable bandwidth (150 kb/s downstream and about 50 kb/s upstream are the currently measured maximas for one tunnel, but with tweaking this can be improved further)
- Authentication, to prevent just anyone from using your proxy
<<less
Download (0.047MB)
Added: 2006-07-04 License: BSD License Price:
1234 downloads
Ingres::Utility::IINamu 0.07

Ingres::Utility::IINamu 0.07


Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility. more>>
Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility.

SYNOPSIS

List registered INGRES (IIDBMS) services:

use Ingres::Utility::IINamu;

my $foo = Ingres::Utility::IINamu->new();

# list all INGRES-type servers (iidbms)
print $foo->show(INGRES);

# process each server separately
while (my @server = $foo->getServer()) {

print "Server type: $server[0]tname:$server[1]tid:$server[2]";

if (defined($server[3])) {

print "t$server[3]";

}

print "n";

}

# stop IIGCN server (no more connections to all of Ingres services)
$ret = $foo->stop();

...

This module provides an API to the iinamu utility for Ingres RDBMS, which provides local interaction and control of IIGCN server, in charge of registering all Ingres services.

Through this interface, it is possible to obtain a list of all registered services, for later processing (eg. iimonitor), and also stopping the IIGCN server (EXTREME CAUTION: Ingres may need to be restarted!).

<<less
Download (0.006MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1002 downloads
Ingres::Utility::Netutil 0.03

Ingres::Utility::Netutil 0.03


Ingres::Utility::Netutil is an API to netutil Ingres RDBMS utility. more>>
Ingres::Utility::Netutil is an API to netutil Ingres RDBMS utility.

SYNOPSIS

use Ingres::Utility::Netutil;

# create a connection to NETUTIL utility

$netu = Ingres::Utility::Netutil->new();

# Attention: many arguments accept wildcard *

# showLogin($type,$vnode) - prepare to provide info on login VNodes
# and return netutil ouput
print $netu->showLogin(global,*);

#
# getLogin() - return one-by-one all login VNodes previously prepared
while ( ($type, $login, $vnode, $acct) = $netu->getLogin() ) {
print "Type: $typetName: $vnodetAccount: $acctn";
}

# showConn($type, $conn, $vnode, $addr, $proto, $listen)
# - prepare to provide info on connections of a VNode
# and return netutil ouput
print $netu->showConn(global,sample_vnode_name, *, *, *);

#
# getConn() - return one-by-one all connections of a VNodes previously prepared
while ( @conn = $netu->getConn() ) {
($type, $conn, $vnode, $addr, $proto, $listen) = @conn;
print "Type: $typetName: $vnodetAddress: $addrtProtocol: $proto";
print "tListen Address: $listenAddrn";
}

# createLogin($type,$vnode,$acct, $passwd) - create a new VNode
$netu->createLogin(global, new_vnode_name, sample_login_account, secret_passwd);

# createConn($type,$vnode,$addr,$proto,$listenAddr) - create a connection for a VNode
$netu->createConn(global, new_vnode_name, 192.168.0.1, tcp_ip, II);

# destroyConn($type,$vnode,$acct, $passwd) - destroy a connection from a VNode
$netu->destroyConn(global, new_vnode_name, 192.168.0.1, tcp_ip, II);

# destroyLogin($type,$vnode) - destroy a VNode and all connections
$netu->destroyLogin(global, new_vnode_name);

# quiesceServer($serverId) - stop IIGCC server after all connections close (die gracefully)
# if no $serverId is given, then all IIGCC servers are affected (carefull).
$netu->quiesceServer(sample_server_id);

# stopServer($serverId) - stop IIGCC server imediately (break connections)
# if no $serverId is given, then all IIGCC servers are affected (carefull).
$netu->stopServer(sample_server_id);

The server id can be obtained through Ingres::Utility::IINamu module.

This module provides an API to netutil utility for Ingres RDBMS, which provides local control of IIGCC servers for Ingres Net inbound and outbound remote connections, and also manage logins and connections to remote servers, a.k.a. VNodes.

Notes:

Ordinary user can create/destroy on his own private logins and connections.

SECURITY privilege should be granted to have access to other users private entries.

GCA privilege NET_ADMIN (generally a system administrator) needed to manage global type login and connection entries.

GCA privilege SERVER_CONTROL (generally a system administrator) needed to stop a communications server.

<<less
Download (0.008MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1004 downloads
MfGames.Utility 1.3.0

MfGames.Utility 1.3.0


MfGames.Utility is a C# library with an auditing framework and other useful functions. more>>
MfGames.Utility is a collection of useful C# classes that have no dependencies outside of the core libraries.
The MfGames.Utility library for C# and VB.NET is a general purposes library that contains many useful functions, but requires no additional libraries outside of itself and the core.
Main features:
- Random Number Generation
- Simple Logging
- Auditing Framework
- Tiny Functions
Enhancements:
- log4net has been merged as an optional compile.
- This release adds basic vector, matrix, quaternion, and euler rotation objects.
- The Auditable framework has been enhanced to allow for nested reporting of issues.
<<less
Download (0.033MB)
Added: 2006-04-07 License: LGPL (GNU Lesser General Public License) Price:
1296 downloads
pingx 1.0

pingx 1.0


pingx is utility that uses the XNoOp(3x) call to see how fast your connection to your X server. more>>
pingx is utility that uses the XNoOp(3x) call to see how fast your connection to your X server. Wonder whether your X performance is slower in a SSH tunnel? pingx can give you hard numbers so you can find out. It has an option to print out some details about the X server as well. Its also useful to see if a X server is up so you can fire up x2x or similar applications intelligently.
pingx is really nice for seeing if a remote display is up (use the options "-q -c 1"). It even returns immediately instead of waiting a second like the ICMP ping utility does, in case youre the impatient type.
Why would you need to know if a remote display is up? Well, I need to know because I have three monitors and two of them are on a dual-head machine. Im not sure whether the dual-head machine is running xinerama http://sourceforge.net/projects/xinerama/) or not this week, so Im unsure whether my center monitor is :0.1 or :0.0. This is important because I use x2vnc to control a third monitor over to the left, and if I give a bad DISPLAY variable to x2vnc it doesnt work.
Clueful people will probably point out that I should make :0.0 my left monitor and put a "Screen 1 RightOf Screen0" statement in my XF86Config-4, but I thought that writing an X protocol-level ping utility might be a fun thing to do instead.
It compiles under FreeBSD 4.3-RELEASE and Linux ok. I got lazy and make different LDLIBS lines in the Makefile. Ill use autoconf/automake in the future, but just edit the Makefile for now.
Enhancements:
- initial release. Has count, verbose, and quiet flags. Needs to have statistics and a signal handler written. Needs to be autoconfed and automaked.
<<less
Download (0.009MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 downloads
Minimal OpenGL Utility Library 0.2

Minimal OpenGL Utility Library 0.2


Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. more>>
Minimal OpenGL Utility Library (MOGUL) is a library similar to GLUT, only with fewer features. It lets you write window-system-independent OpenGL programs with even fewer lines of code than GLUT.
The project currently supports X11 and Win32. Examples are included in the distribution. It is intended to be easy to learn and simple to use.
Enhancements:
- Compilation of the library has been successful under MS Windows 2000 (SP1) and Debian "sarge".
- However, it should compile on any Linux distribution.
- You may need to adjust the linker options if you are compiling under MS Windows XP or a more recent version of MinGW.
<<less
Download (0.11MB)
Added: 2007-03-08 License: LGPL (GNU Lesser General Public License) Price:
965 downloads
Sethi Search Utility 0.8.7

Sethi Search Utility 0.8.7


Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. more>>
Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN.
Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is included.
Its currently in serious need of a re-write, especially to avoid scraping and become a good engine using the search APIs provided.
Enhancements:
- The Google configuration was updated.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
558 downloads
Ingres::Utility::IIMonitor 0.13

Ingres::Utility::IIMonitor 0.13


Ingres::Utility::IIMonitor is a Perl API to iimonitor Ingres RDBMS utility. more>>
Ingres::Utility::IIMonitor is a Perl API to iimonitor Ingres RDBMS utility.

SYNOPSIS

use Ingres::Utility::IIMonitor;

# create a connection to an IIDBMS server
# (server id can be obtained through Ingres::Utility::IINamu)
$foo = Ingres::Utility::IIMonitor->new($serverid);

# showServer() - shows server status
#
# is the server listening to new connections? (OPEN/CLOSED)
$status =$foo->showServer(LISTEN);
#
# is the server being shut down?
$status =$foo->showServer(SHUTDOWN);

# setServer() - sets server status
#
# stop listening to new connections
$status =$foo->setServer(CLOSED);
#
# start shutting down (wait for connections to close)
$status =$foo->setServer(SHUT);

# stop() - stops IIDBMS server (transactions rolled back)
#
$ret = $foo->stop();

# showSessions($target,$mode) - prepares to get sessions info
print $foo->showSessions(SYSTEM,FORMATTED);

# getSession() - get sessions call-after-call from previous showSessions()
while (%session = $foo->getSession()) {
print "Session ". $session{SESSION_ID} . ":n"
foreach $label, $value (%session) {
print "t$label:t$valuen" if ($label ne SESSION_ID);
}
}

This module provides an API to the iimonitor utility for Ingres RDBMS, which provides local control of IIDBMS servers and sessions (system and user conections).

<<less
Download (0.007MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1007 downloads
Arping 2.05

Arping 2.05


Arping is an ARP level ping utility. more>>
Arping is an ARP level ping utility. Its good for finding out if an IP is taken before you have routing to that subnet. You can also ping MAC addresses directly.

Broadcasts a who-has ARP packet on the network and prints answers. VERY useful when you are trying to pick an unused IP for a net that you dont yet have routing to. Then again, if you have no idea what Im talking about then you prolly dont need it.

Arping is util to find out it a specific IP address on the LAN is taken and what MAC address owns it. Sure, you *could* just use ping to find out if its taken and even if the computer blocks ping (and everything else) you still get an entry in your ARP cache. But what if you arent on a routable net? Or the host blocks ping (all ICMP even)? Then youre screwed. Or you use arping.
<<less
Download (0.031MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1269 downloads
qPingTool 0.3.1

qPingTool 0.3.1


qPingTool provides a simple tool to enable pinging of external feed agregators. more>>
qPingTool provides a simple tool to enable pinging of external feed agregators.

Plone Ping Tool (qPingTool) is a simple tool to enable pinging of external feed agregators. Currently qPingTool is used with Plone Blog.

Plone Ping Tool (qPingTool) is a simple tool to enable pinging of external feed agregators. This product has no analogues in Plone. You no longer have the need to go to external feed aggregators like Technorati and inform them that your site has new content. Plone PingTool will do it instead of you thus saving your time.

<<less
Download (0.008MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
940 downloads
pingmon 2.2

pingmon 2.2


pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.

Dont really know how usefull it will be to anyone, but here it is!

Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.

<<less
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
Iris Video Conversion Utility 0.75

Iris Video Conversion Utility 0.75


Iris is a video conversion utility in C++ that works as a front-end to mencoder. more>>
Iris is a video conversion utility in C++ that works as a front-end to mencoder. Iris Video Conversion Utility can run in command-line or graphical modes and currently supports conversion to DVD MPEG, DivX AVI and VCD MPEG
This software intends to ease video conversion to common formats.
Help Wanted / TODO
- Cancel button does not always work
- More output formats
- Reset values for command-line format paramater
- re-work stderr redirection
- catch and identify mencoder conditions
<<less
Download (0.12MB)
Added: 2005-12-27 License: BSD License Price:
1401 downloads
Email Administration Utility 1.5.2

Email Administration Utility 1.5.2


Email Administration Utility provides an IMAP-based email account management utility. more>>
Email Administration Utility provides an IMAP-based email account management utility.
The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser.
Addition, Removal, and modification of accounts is possible as long as an IMAP port is available on the mail server.
The Mailadmin project was originally designed to help owners of domains that were hosted by Hub.Org Networking Services. The company wanted users to be able to create, remove or modify email accounts when ever they wanted, giving them a quicker turnaround for Mail Administration Purposes.
As the utility was developed, tested and matured into what it is today, many users requested more features or contributed reports of issues to help improve the utilities stability. Hub.Org has given me permission to release the utility as an Open Source package so that others may also benifit from the simplicity that the Mailadmin utility offers to those who need complete control over email accounts.
With this in mind, I intend to continue development by adding new features as they are requested and fix any issues that may pop up. The more users who use and test the features that the Mailadmin utility offers will help to improve the functionality offered by Mailadmin. I have opened a Sourceforge account to help manage the development and releases of the utility as it matures into what users and developers see the Mailadmin to be.
Main features:
- Administrator:
- Adding/Deleting Email accounts.
- Setting Account Quotas.
- Obtaining Administrative Access Over Older Accounts.
- Changing An Accounts Password.
- Interfaces with the Cyrus IMAP/POP3 server.
- Transaction Log system, allowing you to track changes or to help debug issues.
- Standard User:
- Changing The Accounts Password.
- In Development:
- Transaction Log system, allowing you to track changes or to help debug issues.
<<less
Download (0.030MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
956 downloads
fping 2.4b2

fping 2.4b2


fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a host is up. more>>
fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a host is up. fping is different from ping in that you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping.

Instead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion.

If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable.

Unlike ping, fping is meant to be used in scripts and its output is easy to parse.

Problem and Issues:

With a large a number of IP addresses in use, its becomes more and more time consuming to check on which IP addresses are actively in use, and which critical machines (routers, bridges, servers, etc) are reachable. One example is we have a program which goes through all of our routers arp caches looking for IP addresses that are in use. After finding a list of IP addresses that arent in any arp caches fping can then be used to see if these IP addresses really arent being used, or are just behind the routers. Checking 2500 hosts (99% of which are unreachable) via ping can take hours.

fping was written to solve the problem of pinging N number of hosts in an efficient manner. By sending out pings in a round-robin fashion and checking on responses as they come in at random, a large number of hosts can be checked at once.

Unlike ping, fping is meant to be used in scripts and its output is easy to parse.
<<less
Download (0.059MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1347 downloads
KDE Ping 1.0

KDE Ping 1.0


KDE Ping is a network/IP ping utility for KDE. more>>
KDE Ping is a network/IP ping utility for KDE.

<<less
Download (MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1338 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5