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.479.682 Times

Network Scanner Test freeware
Filter: All | Freeware | Demo
 

Network Scanner Test

< 1 2 3 4 5 
Released: September 10, 2002  |  Added: August 20, 2006 | Visits: 2.943

EMCO Network Favorites Emco Network Favorites 1.0 can assist when you need to take a backup of remote machines favorites in your network, or copy some favorite link files to remote machines. Restore favorites also supported. You can easily fetch all machines from your network with the Enumerate LAN method,... Platforms: Windows

License: Freeware Size: 1.52 MB Download (170): EMCO Network Favorites Download

Released: January 01, 2003  |  Added: August 08, 2006 | Visits: 4.901

Utalk Network Messenger A Network (LAN) Messenger with File Transfer, Reminder Service and Logs. Message Encryption with Blowfish Algorithm. Multicasting and Broadcasting Supported. Multiple File Attachments Supported. Attractive Interface and Easy to Use. Reminder Utility Added. Logs of The communication Supported. Platforms: Windows

License: Freeware Size: 135 KB Download (802): Utalk Network Messenger Download

Added: July 23, 2006 | Visits: 3.354

BySoft Network Monitor Network Monitor displays all kind of information in real time (1-second update) about all network adapters (network cards, RAS connections, virtual cards) in your system.Data displayed for each adapter:- Current download speed- Current upload speed- Total data downloaded- Total data uploaded- IP... Platforms: Windows

License: Freeware Size: 143 KB Download (297): BySoft Network Monitor Download

Released: July 04, 2008  |  Added: July 25, 2008 | Visits: 1.411

EasyNetMonitor EasyNetMonitor is a small very easy program used to test whether remote PC or other internet host is reachable across an network. Simple open EasyNetMonitor icon in tray and get info about activity computers in your local network and hosts in internet. Features: -You can add 4 and more... Platforms: Windows

License: Freeware Size: 66.41 KB Download (207): EasyNetMonitor Download

Released: September 20, 2016  |  Added: December 06, 2016 | Visits: 5.936

PRTG Network Monitor An advanced, easy-to-use monitoring solution for your entire network. The software's features include: up/downtime monitoring, traffic and usage monitoring, packet sniffing, failover clustering, in-depth analysis and concise reporting. A user-friendly web-based interface allows users to quickly... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 179.77 MB Download (663): PRTG Network Monitor Download

Released: December 09, 2011  |  Added: December 17, 2011 | Visits: 9.290

AirGrab Network Packet Analyzer AirGrab Network Packet Analyzer is a professional network analyzer (also known as protocol analyzer and packet sniffer), AirGrab Network Packet Analyzer performs real-time packet capturing, network monitoring, advanced protocol analyzing, in-depth packet decoding. It allows you to get a clear... Platforms: Mac

License: Freeware Size: 3.63 MB Download (1245): AirGrab Network Packet Analyzer Download

Released: July 16, 2008  |  Added: August 14, 2008 | Visits: 6.344

PC Network Clone Free Edition If you want to install systems with same configuration and software for up to 3 computers, as you noticed, itâ„¢s a huge task that costs a lot of time and money. However, PC Network Clone can help you for its mass installation and deployment abilities with efficiency and stability.... Platforms: Windows, *nix

License: Freeware Size: 185 B Download (968): PC Network Clone Free Edition Download

Released: January 10, 2013  |  Added: January 24, 2013 | Visits: 2.037

Network Reminder Network Reminder is a software created especially for the enterprise. With this advanced tool you can share your reminders and commands with your colleagues (local and remote users). It creates a common environment. Network Reminder allows you to set alarms or execute programs at a specified... Platforms: Windows

License: Freeware Size: 458.1 KB Download (834): Network Reminder Download

Added: August 11, 2008 | Visits: 4.102

Documalis Free Scanner Documalis Free Scanner is free software for document digitization. It has a simple and friendly interface like Microsoft Office 2007 and it is capable of driving any scanner compatible with Twain or via. Digitized documents can be previewed on the screen, and then converted directly to PDF, JPEG,... Platforms: Windows

License: Freeware Size: 4.45 MB Download (1147): Documalis Free Scanner Download

Released: March 18, 2010  |  Added: April 23, 2010 | Visits: 2.505

Remote Network Watcher Remote Network Watcher is a new sophisticated software designed by Softinventive Lab. This tool is "must-have" or any diligent System Administrator who provides flawless performance to his network. Should any of the network computers, servers or system utilities fail to perform, Remote Network... Platforms: Windows

License: Freeware Size: 11.55 MB Download (275): Remote Network Watcher Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.795

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test... Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Released: July 10, 2019  |  Added: August 04, 2019 | Visits: 6.413

Network Inventory Advisor Network Inventory Advisor is an agent-free utility which brings you fast and reliable PC network inventory. It excellently performs scanning of Windows, Mac OS X and Linux and provides IT managers with rich functionality for an easy software licenses audit. With Network Inventory Advisor... Platforms: Windows, Windows 7

License: Freeware Size: 14.97 MB Download (1853): Network Inventory Advisor Download

Released: October 28, 2010  |  Added: November 02, 2010 | Visits: 6.348

HTTP Proxy Scanner The new HTTP Proxy Scanner is the handy tool that helps you to search HTTP proxy servers. This software recommended for users, who have a slow Internet connection - using a proxy server they may speed up web pages loading. HTTP Proxy Scanner may also be suitable tool if you want to protect your... Platforms: Windows

License: Freeware Size: 2.33 MB Download (315): HTTP Proxy Scanner Download

Added: January 18, 2010 | Visits: 1.445

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.150

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.414

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not... Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 1.026

Activism Network Activism Network is a Web-based system that allows activists or anyone else to share contacts, resources (files), events, email lists, and campaigns. etc. It uses Google Maps. It is similar to Friendster/MySpace, but more focussed on networking and less on the social aspect. This area is... Platforms: *nix

License: Freeware Size: 829.44 KB Download (90): Activism Network Download

Added: January 18, 2010 | Visits: 1.619

Network Time Tools Network Time Tools (NTT) is a set of network tools designed to provide monitoring of a network and the services on that network, and provide various reports on the hosts/services and optional alerts via email, pager, and cellphones. It also has the capability to send messages on user-specified... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Network Time Tools Download

Added: January 18, 2010 | Visits: 1.182

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.020

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

< 1 2 3 4 5