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

Connection Tester freeware
Filter: All | Freeware | Demo
 

Connection Tester

1 2 3 4 5 > 
Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 889

Blueberry Connection Tester Blueberry Connection Tester is a FREE test tool that allows software developers to efficiently gather information from remote PCs of problems caused by software designed to run on a variety of PC configurations. The modern PC environment is extremely flexible and because of this virtually every... Platforms: Windows

License: Freeware Size: 327.68 KB Download (53): Blueberry Connection Tester Download

Added: August 31, 2008 | Visits: 2.090

SpeedConnect Connection Tester SpeedConnect Connection Tester provides a quick and easy way to test the speed of your Internet connection. The program downloads a file from a Microsoft server (or any other server of your choice), analyzes the measured data and reports your speed in kbps. It also provides a graphical display... Platforms: Windows

License: Freeware Size: 475 KB Download (769): SpeedConnect Connection Tester Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 577

FBS TCP Checker FBS TCP Checker is a lightweight and very easy to use application that was designed in order to help you quickly check for connectivity problems. All you need to do is simply input the name or IP address of the backup server and the port, then press the 'Check' button. You will have the... Platforms: Windows

License: Freeware Download (53): FBS TCP Checker Download

Added: September 07, 2010 | Visits: 1.383

Firewall Tester The Firewall Tester (FTester) is a tool designed for testing firewalls filtering policies and Intrusion Detection System (IDS) capabilities.The tool consists of two perl scripts, a packet injector (ftest) and the listening sniffer (ftestd). The first script injects custom packets, defined in... Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Firewall Tester Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 624

Simple Port Tester Simple Port Tester is an easy to use application developed to help users test if their ports are open with just a few clicks. The program will open the port, listen for the connection and help ensure a proper and reliable test as to whether or not your port forwarding is working. Simple... Platforms: Windows

License: Freeware Size: 3.65 MB Download (69): Simple Port Tester Download

Released: April 05, 2005  |  Added: April 25, 2006 | Visits: 2.662

Orneta Tester for Smartphone 2002 Orneta Tester is a system tool for testing vibration, display, keypad, etc. of your Windows Mobile based Smartphone. It allows you display device specific information. Other functions are useful, like "Soft reset", "Power off" and "Keep backlight of the display ON". Orneta Tester is a system tool... Platforms: Palm OS, Windows CE

License: Freeware Size: 67 KB Download (502): Orneta Tester for Smartphone 2002 Download

Released: December 30, 2008  |  Added: September 07, 2009 | Visits: 9.685

Paessler WMI Tester Paessler WMI Tester is a tool for quickly and easily testing the accessibility of WMI counters. "Windows Management Instrumentation" is the latest technology from Microsoft for monitoring and managing Windows based systems. WMI allows a process to read data for many Windows' configuration... Platforms: Windows

License: Freeware Size: 744.97 KB Download (289): Paessler WMI Tester Download

Added: October 23, 2010 | Visits: 1.194

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: July 16, 2010 | Visits: 1.406

Test::Tester::Capture Test::Tester::Capture is a help testing test modules built with Test::Builder. This is a subclass of Test::Builder that overrides many of the methods so that they dont output anything. It also keeps track of its own set of test results so that you can use Test::Builder based modules to... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Test::Tester::Capture Download

Added: February 14, 2010 | Visits: 999

Jabber::Connection SYNOPSIS # client connection: my $c = new Jabber::Connection( server => jabber.org, log => 1, ); # component connection: # my $c = new Jabber::Connection( # server => localhost:5700, # localname => comp.localhost, # ns => jabber:component:accept, # log => 1, # debug => 1, # );... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Jabber::Connection Download

Added: August 18, 2010 | Visits: 1.411

QoS Connection Tuning HOWTO QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance. This enables you to get the maximum benefit out of your connection without lag and loss.. Platforms: *nix

License: Freeware Download (198): QoS Connection Tuning HOWTO Download

Added: October 21, 2010 | Visits: 857

Gtk2::Ex::MindMapView::Connection Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items. HEIRARCHY Glib::Object +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Shape +----Gnome2::Canvas::Bpath +----Gtk2::Ex::MindMapView::Connection SYNOPSIS use... Platforms: *nix

License: Freeware Size: 50.18 KB Download (89): Gtk2::Ex::MindMapView::Connection Download

Added: April 06, 2010 | Visits: 1.181

Connection Manager Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems. Do you have to log in to a lot of different systems? If you do, odds are that you have to use a variety of methods. You probably have some systems... Platforms: *nix

License: Freeware Size: 31.74 KB Download (126): Connection Manager Download

Added: May 18, 2010 | Visits: 1.263

Net::Connection::Sniffer::Util Net::Connection::Sniffer::Util are netaddr utilities. SYNOPSIS use Net::Connection::Sniffer::Util; my $ip = newcidr24 Net::Connection::Sniffer::Util($netaddr); my $ipcopy = $ip->copy; if ($someip->within($ip)) { do something... if ($ip->contains($someip)) { do something... if... Platforms: *nix

License: Freeware Size: 43.01 KB Download (119): Net::Connection::Sniffer::Util Download

Added: January 12, 2010 | Visits: 2.527

Net::Connection::Sniffer Net::Connection::Sniffer can gather stats on network connections. SYNOPSIS use Net::Connection::Sniffer; gather($config) __top Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as... Platforms: *nix

License: Freeware Size: 43.01 KB Download (449): Net::Connection::Sniffer Download

Added: August 15, 2010 | Visits: 1.895

Gnome Remote Connection Manager Gnome Remote Connection Manager is a gnome application that stores information about remote connections. It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three... Platforms: *nix

License: Freeware Size: 174.08 KB Download (140): Gnome Remote Connection Manager Download

Added: October 16, 2010 | Visits: 911

Net::FreeDB2::Connection Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class. Net::FreeDB2::Connection is an abstract class to represent connections to FreeDB/CDDB servers. After a successfull connection, FreeDB/CDDB queries, reads etc can be made to obtain/provide information from/to FreeDB/CDDB... Platforms: *nix

License: Freeware Size: 30.72 KB Download (107): Net::FreeDB2::Connection Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 888

Connection Utility for Logitech Cordless 2.4 GHz Presenter You only need the Connection Utility for Logitech Cordless 2.4 GHz Presenter if the Presenter loses connection. With the help of the Connection Utility for Logitech Cordless 2.4 GHz Presenter you'll be able to quickly re-establish the connection in no time! Platforms: Windows


Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 709

Logitech Connection Utility Logitech Connection Utility is a useful application that was designed in order to provide you with a simple means of connecting wireless keyboards or mice. If your keyboard or mouse fails to connect: · Verify the keyboard or mouse is powered on. · Verify the battery power level and replace the... Platforms: Windows, Windows Vista, 7

License: Freeware Download (423): Logitech Connection Utility Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 690

Logitech Presenter Connection Software Logitech Presenter Connection Software is only necessary if your presenter has lost connection to its receiver or if you have a replacement receiver. The software doesn't change the functionality of your presenter in any way. You'll be able to use Logitech Presenter Connection Software in order... Platforms: Windows, Windows Vista, 7

License: Freeware Download (452): Logitech Presenter Connection Software Download

1 2 3 4 5 >