Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.241 Times

Android App Network Meter freeware
Filter: All | Freeware | Demo
 

Android App Network Meter

< 1 2 3 4 5 
Added: February 19, 2010 | Visits: 1.429

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.252

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: August 07, 2010 | Visits: 862

KNetworkLED KNetworkLED is a KDE system tray app that basically mimics the behaviour of the windows network activity system tray icon.. Platforms: *nix

License: Freeware Size: 522.24 KB Download (100): KNetworkLED Download

Added: November 11, 2010 | Visits: 1.285

Network Communicator Network Communicator is a simple script for sending and receiving data over TCP/UDP connections. It can be useful for testing firewall configurations, routing tables, and similar things. I had originally written two scripts for testing TCP only: a talker and a listener. Upon failure to... Platforms: *nix

License: Freeware Size: 9.22 KB Download (133): Network Communicator Download

Added: June 25, 2010 | Visits: 968

Network Pipemeter Network Pipemeter is a tool for measuring available bandwidth between hosts. nepim is also useful to generate network traffic for testing purposes. nepim operates in client/server mode, is able to handle multiple parallel traffic streams, reports periodic partial statistics along the testing,... Platforms: *nix

License: Freeware Size: 38.91 KB Download (90): Network Pipemeter Download

Added: November 24, 2010 | Visits: 2.074

EtherEye Network Host Checker EtherEye is a web-based network host checking system written in PHP and standards compliant HTML. You simply provide it with a list of IP addresses or domain names via the configuration interface and it will ping them on request and output the results as HTML. You can also access the results... Platforms: *nix

License: Freeware Size: 20.48 KB Download (115): EtherEye Network Host Checker Download

Added: April 08, 2010 | Visits: 1.858

IP Traffic Meter IP Traffic Meter is a traffic counter for IPv4 addresses. It uses the DB4 database from Berkeley to keep its counters, the pcap library for monitoring, and the gd library from Boutel to create graphics. The results are displayed in JPEG graphics on an HTML webpage. Whats New in This Release:... Platforms: *nix

License: Freeware Size: 69.63 KB Download (170): IP Traffic Meter Download

Added: January 15, 2010 | Visits: 897

Network Transparent Widgets Network Transparent Widgets short from NTW, is a protocol and application framework that allows a single server to serve thousands of remote GUI applications. The client applications are nearly indistinguishable from local, native applications. The protocol is language and architecture neutral.... Platforms: *nix

License: Freeware Size: 665.6 KB Download (93): Network Transparent Widgets Download

Added: May 07, 2010 | Visits: 1.640

Very Simple Network Monitor Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. Its by default capable of monitoring via ping, UDP and TCP checks. Has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever; Alarms are also... Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): Very Simple Network Monitor Download

Added: August 23, 2010 | Visits: 2.685

Just For Fun Network Management System Just For Fun Network Management System is a PHP-based network management system that features an integrated syslog, Tacacs, TFTP configuration downloading, SNMP polling, SNMP traps, journalling, auto-discovery, performance graphs (RRD), SLAs, and a lot more. Just For Fun Network Management... Platforms: *nix

License: Freeware Size: 552.96 KB Download (121): Just For Fun Network Management System Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.580

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (258): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.276

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application... Platforms: *nix

License: Freeware Size: 54.27 KB Download (115): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.040

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.042

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: January 09, 2010 | Visits: 1.087

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): App::SimpleScan::Plugin::LinkCheck Download

Added: June 10, 2010 | Visits: 984

App::SimpleScan::Plugin::Retry App::SimpleScan::Plugin::Retry is a Perl module to implement retry pragma/command line option. SYNOPSIS simple_scan --retry 6 or in a simple_scan input file: %%retry 6 Both of these would retry fetches up to 6 times, pausing an increasingly-long time between each try. If all attempts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): App::SimpleScan::Plugin::Retry Download

Added: May 23, 2010 | Visits: 952

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

Added: September 27, 2010 | Visits: 1.423

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,... Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: September 16, 2010 | Visits: 1.129

Noname Network Noname Network provides a powerful file-sharing network. The Noname network is a gnutella-based network that features a different and more flexible protocol. The client and network currently support filesharing, but the protocol can be extended to support more features.. Get Noname at... Platforms: *nix

License: Freeware Download (97): Noname Network Download

Added: September 22, 2010 | Visits: 2.335

Distributed Network John The Ripper Distributed Network John The Ripper is a client/server framework that wraps around a slightly modified version of John The Ripper. In contrast to the MPI version of John, dnetj allows the use of nodes which are of differing speeds and for nodes which do not run 24/7. This tool was written for... Platforms: *nix

License: Freeware Size: 829.44 KB Download (111): Distributed Network John The Ripper Download

< 1 2 3 4 5