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

Wireless Config software
Filter: All | Freeware | Demo
 

Wireless Config

< 1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.103

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...



Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: February 27, 2010 | Visits: 965

Config::Fast Config::Fast is an extremely fast configuration file parser. SYNOPSIS # default config format is a space-separated file company "Supercool, Inc." support nobody@nowhere.com # and then in Perl use Config::Fast; %cf = fastconfig; print "Thanks for visiting $cf{company}!n"; print...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Config::Fast Download

Added: January 14, 2010 | Visits: 818

Java::SJ::Config Java::SJ::Config is a Perl module that represents SJ Configuration File. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless youre working on the module what you really want to know is what directives are allowed and their meaning. Youre...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Config Download

Added: May 22, 2010 | Visits: 607

Config::YUM Config::YUM is a Perl extension for parsing yum.conf. SYNOPSIS use Config::YUM; my $yp = new Config::YUM; my $yum_conf = $yp->parse(); foreach(keys %{$yum_conf}) { print "Section: $_ is called " . $yum_conf->{$_}->{name} . "n"; } $yum_conf will be a a hash, all INI sections are the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): Config::YUM Download

Added: July 18, 2010 | Visits: 1.570

Wireless Assistant This is a small application allowing you to scan for wireless networks and connect to them. Wireless Assistant uses wireless-tools as its backend, so they need to be installed. All feedback as well as hints and good advice are appreciated! Installation: make -f Makefile.cvs ./configure...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (306): Wireless Assistant Download

Added: August 21, 2010 | Visits: 847

PXP::Config PXP::Config is a Perl module for PXP configuration. SYNOPSIS # do this only once at server initialization: PXP::Config::init(file=>$finename); # then from anywhere: my $global_configuration_hash = PXP::Config::getGlobal(); # only from a plugin class: my $plugin_configuration_hash =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): PXP::Config Download

Added: March 11, 2010 | Visits: 1.026

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: September 24, 2010 | Visits: 699

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Config::IniFiles Download

Added: August 18, 2010 | Visits: 2.328

Config::File Config::File is a Perl module to parse a simple configuration file. SYNOPSIS use Config::File; my $config_hash = Config::File::read_config_file($configuration_file); read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Config::File Download

Added: April 03, 2010 | Visits: 709

MRTG::Config MRTG::Config is a Perl module for parsing MRTG configuration files. WARNING This module, while reliable right now, is still in ALPHA stages of development... The API/methods may change. Behaviors of methods will almost certainly change. The internal structure of data will change, as will many...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): MRTG::Config Download

Added: November 21, 2010 | Visits: 1.139

Pipeline::Config SYNOPSIS use Error qw( :try ); use Pipeline::Config; my $config = Pipeline::Config->new(); try { my $pipe = $config->load( somefile.type ); my $pipe2 = $config->load( somefile, type ); } catch Error with { print shift; } Pipeline::Config lets you specify the structure of a Pipeline...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (121): Pipeline::Config Download

Added: November 17, 2010 | Visits: 935

Log::Dispatch::Config Log::Dispatch::Config is a Log4j for Perl. SYNOPSIS use Log::Dispatch::Config; Log::Dispatch::Config->configure(/path/to/log.conf); my $dispatcher = Log::Dispatch::Config->instance; $dispatcher->debug(this is debug message); $dispatcher->emergency(something *bad* happened!); #...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (105): Log::Dispatch::Config Download

Added: October 07, 2010 | Visits: 1.277

system-config-printer system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API. It is largely the same as using the CUPS web interface for...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (108): system-config-printer Download

Added: January 18, 2010 | Visits: 869

pkg-config pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (99): pkg-config Download

Added: July 27, 2010 | Visits: 1.007

HH::Unispool::Config::File::Token::Unnumbered::Bcs HH::Unispool::Config::File::Token::Unnumbered::Bcs is a Perl class for BCS B tokens. SYNOPSIS Application programmers dont need to use this class and API programmers read code. ABSTRACT class for BCS B tokens HH::Unispool::Config::File::Token::Unnumbered::Bcs is a class for BCS B...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

Added: March 12, 2010 | Visits: 1.448

Wireless Applet Wireless Applet is a gnome-panel applet that shows up the status of your wireless card. This applet used to be in the default Gnome releases before it was replaced around v2.10 or so. Some users prefer it over the new one, so we decided to post it here for easy access to it..


Platforms: *nix

License: Freeware Size: 92.16 KB Download (164): Wireless Applet Download

Added: January 25, 2010 | Visits: 1.551

Wireless Driver For several years now, AppleE users have chafed at the issue that most wireless cards (CardBus and PCI) donNt work with AppleNs computers. Why is that? ItNs because the AppleE client driver only works with the Broadcom chipset. Recently, OrangeWare developed a Mac OS X Wireless Driver for the...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 2 MB Download (218): Wireless Driver Download

Released: April 15, 2010  |  Added: April 24, 2010 | Visits: 1.973

Quick Config Quick Config is a convenient tool aimed to change quickly various settings of your computer. Current version of Quick Config can change next settings: Network: - Network connections TCP/IP settings (IP address, mask, gateway, DNS server), state of network connection - Computer...


Platforms: Windows

License: Freeware Size: 3.87 MB Download (1436): Quick Config Download

Released: January 25, 2010  |  Added: July 24, 2010 | Visits: 1.807

Free Network Config Generator Our free Network Config Generator helps you quickly and easily change interface descriptions and configure VLANs, switch port security, NetFlow, IP SLA, CBQoS, QoS, EnergyWise, and other advanced network device features - all without ever opening the CLI! FEATURES: Boost network...


Platforms: Windows

License: Freeware Size: 467.94 MB Download (249): Free Network Config Generator Download

Released: June 20, 2010  |  Added: March 03, 2011 | Visits: 2.593

Wireless Network Viewer Wireless Network Viewer is a small utility that runs in the background, and monitor the activity of wireless networks around you. For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm,...


Platforms: Windows, Other

License: Freeware Size: 4.24 MB Download (620): Wireless Network Viewer Download

< 1 2 3 4 5 >