Main > Free Download Search >

Free wireless routers software for linux

wireless routers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 452
Wireless Tools 27

Wireless Tools 27


The Wireless Tools is a set of tools allowing to manipulate the Linux Wireless Extensions. more>>
The Linux Wireless Extension and the Wireless Tools are an Open Source project sponsored by Hewlett Packard (through my contribution) since 1996, and build with the contribution of many Linux users all over the world.

The Wireless Extension (WE) is a generic API allowing a driver to expose to the user space configuration and statistics specific to common Wireless LANs. The beauty of it is that a single set of tool can support all the variations of Wireless LANs, regardless of their type (as long as the driver support Wireless Extension).

Another advantage is these parameters may be changed on the fly without restarting the driver (or Linux).

The Wireless Tools (WT) is a set of tools allowing to manipulate the Wireless Extensions. They use a textual interface and are rather crude, but aim to support the full Wireless Extension. There are many other tools you can use with Wireless Extensions, however Wireless Tools is the reference implementation.

iwconfig manipulate the basic wireless parameters
iwlist allow to initiate scanning and list frequencies, bit-rates, encryption keys...
iwspy allow to get per node link quality
iwpriv allow to manipulate the Wireless Extensions specific to a driver (private)
ifrename allow to name interfaces based on various static criteria

Most Linux distributions also have integrated Wireless Extensions support in their networking initialisation scripts, for easier boot-time configuration of wireless interfaces. They also include Wireless Tools as part of their standard packages.
Wireless configuration can also be done using the Hotplug scripts and distribution specific support, this enable the proper support of any removable wireless interface (Pcmcia, CardBus, USB...).

Any versions of the Pcmcia package offer the possibility to do wireless configuration of Pcmcia and Cardbus card through thefile wireless.opts. This allow to fully integrate wireless settings in the Pcmcia scheme mechansism. However, this method is now deprecated in favor of distribution specific methods.

Please note that the Wireless Tools (starting with version 19) supports fully IEEE 802.11 parameters and devices, support older style of devices and most proprietary protocols, and are prepared to handle HiperLan as well. More recent versions of course adds more 802.11 support.

But, unfortunately not all drivers support all these features...
<<less
Download (0.18MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1540 downloads
PyWireless 3.3

PyWireless 3.3


PyWireless is a basic wireless connection monitor with DCOP support. more>>
PyWireless is a basic wireless connection monitor with DCOP support.
This is written because:
- KWifiManager seems like disaster (sorry guys!),
- Karamba eats my CPU,
- And there is no (or i cant find) KDE integrated wifi monitor tool
Enhancements:
- Program crashes at Shutdown problem solved.
<<less
Download (0.039MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1065 downloads
SIP Express Router 0.9.6

SIP Express Router 0.9.6


SIP Express Router is a very fast and flexible SIP (RFC3261) server. more>>
SIP Express Router (ser) is a high-performance, configurable, free SIP ( RFC3261 ) server .
SER features an application-server interface, presence support, SMS gateway, SIMPLE2Jabber gateway, RADIUS/syslog accounting and authorization, server status monitoring, FCP security, etc. Web-based user provisioning, serweb, available.
Its performance allows it to deal with operational burdens, such as broken network components, attacks, power-up reboots and rapidly growing user population.
SERs configuration ability meets needs of a whole range of scenarios including small-office use, enterprise PBX replacements and carrier services.
Main features:
- accounting
- digest authentication
- CPL scripts
- ENUM support
- instant messaging
- MySQL support
- PostgreSQL support
- a presence agent
- Radius authentication and accounting
- Diameter authentication
- record routing
- SMS gateway
- Jabber gateway
- NAT traversal support transaction module
- registrar
- user location
SER has been extensively and successfuly tested with many SIP products from other vendors (Microsoft, Cisco, Mitel, snom, Pingtel, Siemens, and many others). It has been powering our SIP services continuously for more than two years.
<<less
Download (2.0MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1393 downloads
GWireless 0.0.3

GWireless 0.0.3


GWireless is a simplist utility for managing wifi 802.11x wireless connections on FreeBSD. more>>
GWireless is a simplist utility for managing wifi 802.11x wireless connections on FreeBSD.

GWireless enables you to connect to available networks without touching the ifconfig command by hand.

Asumptions:

- sudo available without pass
- wireless is ipw0 (if not, "ifconfig yours0 name ipw0")

<<less
Download (0.28MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1527 downloads
Wireless Applet 1.0

Wireless Applet 1.0


Wireless Applet is a gnome-panel applet that shows up the status of your wireless card. more>>
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.

<<less
Download (0.090MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1210 downloads
Diet-Router 0.3

Diet-Router 0.3


Diet-Router provides a singe floppy DSL router. more>>
Diet-Router provides a singe floppy DSL router.
Diet-Router is a Linux router that is small enough to fit on a single floppy disk. It focuses more on security than on functionality.
Diet-Router is a Linux router built with the dietlibc. It is small enough to fit on a single floppy disk. You may think that there are several other Linux routers, which come with more features and you are right. I build this router package more with the view on security than of functionality. So this project differs a lot from most other router or mini-Linux projects.
Main features:
- I use a 2.4.x kernel to have the great features of net-filter.
- I patch some net-filter extensions to have even more filter functions.
- I harden the kernel with the grsecurity kernel patch.
- Kernel modules are disabled.
- By default root login is disabled - even on the console.
How does it work:
First of all, all programs are linked statically. This is the main idea of this system. No libraries are needed. It uses busybox and tinylogin, two typical multi-call-binaries for small systems. The iptables, iptables-restore and iptables-save commands have been made a multi-call binary by me. The pppd and pppoe programs have only been patched to compile with the dietlibc. The minit and od_syslog are really small programs, from people with much more knowledge of programming than me. So, special thanks to Felix von Leitner, Olaf Drefs and all the dietlibc/libowfat programmers.
Enhancements:
- Updated dietlibc, libowfat, dropbear, ppp, kernel and grsecurity to recent
- versions.
- Added new packages dhcp server (udhcpd) and vi (e3).
- The build system has been completely rewritten and documented.
- It supports multiple downloads, a simple interface for package building/setup and target file descriptions including file owner and permissions.
- Some simple checks for build requirements are implementet.
- The setup is now able to configure mutiple network interfaces and also mproxy, udhcpd and dnscache can be configured for eachnetwork interface.
- All packages have at least two internet sources.
- Support for disc based target systems has been added.
<<less
Download (0.12MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
973 downloads
Wireless Assistant 0.5.7

Wireless Assistant 0.5.7


Wireless Assistant is a small application allowing you to scan for wireless networks and connect to them. more>>
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
make
su -c "make install"
Enhancements:
- NOTE: This release includes some brand new or rewritten features. Please submit bugs to sf.net page and comments/votes here. Thanks!
- NEW: Finally WPA-PSK support (WPA/WPA2, please test and report in case of problems!)
- NEW/FIX: Rewritten, completely new connection state detection (please comment!)
- NEW: Optional grouping of APs with the same ESSID
- FIX: UI refinements
- FIX: hide encryption keys in console output and edit dialogs
- FIX: Connection using dhclient fails
- FIX: dont check for connection while wizard is running
- FIX: remove default gateway upon disconnection if not managed by DHCP client
- FIX: updated Polish translation (with help from riklaunim)
- FIX: Many internal changes, more stable
<<less
Download (0.12MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
615 downloads
Linux Wireless LAN Project 0.2.3

Linux Wireless LAN Project 0.2.3


The goal of the Linux WLAN project is to develop a complete, standards based, wireless LAN system. more>>
The goal of the Linux WLAN project is to develop a complete, standards based, wireless LAN system using the GNU/Linux operating system.

The linux-wlan package is a linux device driver and subsystem package that is intended to provide the full range of IEEE 802.11 MAC management capabilities for use in user-mode utilities and scripts. The package currently supports the Intersil 802.11b Prism2, Prism2.5, and Prism3 reference designs for PCMCIA, PCI, and USB.

The package includes support for PLX9052 based PCI to PCMCIA adapter
with a few different PCMCIA cards.

<<less
Download (0.53MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1256 downloads
wireless-applet 0.0.2

wireless-applet 0.0.2


wireless-applet is an applet for the GNOME Panel displaying available wireless networks. more>>
wireless-applet is an GNOME Panel applet displaying available wireless networks with the ability to add a listed network to the system configuration easily.

Brings the comfort of NetworkManager to wpa_supplicant users. Supports WEP, WPA-PSK, and open wireless networks.

<<less
Download (0.072MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1394 downloads
Gnome Wireless PC Lock 0.2

Gnome Wireless PC Lock 0.2


Gnome Wireless PC Lock is a Gnome applet that locks your desktop when you walk away from your desk. more>>
Gnome Wireless PC Lock is a Gnome applet that locks your desktop when you walk away from your desk.

A small gnome program that locks your desktop when you walk away from your desk. It is tested with a Sitecom cn-129 Wireless PC Lock.

<<less
Download (0.011MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1120 downloads
Ad-hoc Wireless Distribution System 6.0

Ad-hoc Wireless Distribution System 6.0


Ad-hoc Wireless Distribution Service (AWDS) is a Layer 2 routing protocol for wireless mesh networks. more>>
Ad-hoc Wireless Distribution Service (AWDS) is a Layer 2 routing protocol for wireless mesh networks. The project provides transparent Ethernet-like access to all participating nodes, thus easily allowing the employment of different higher level protocols like IP (with DHCP), IPv6, AppleTalk, ...

A Linux implementation of AWDS can be downloaded from our download section. Ports to other platforms are highly appreciated!
<<less
Download (0.39MB)
Added: 2007-04-10 License: LGPL (GNU Lesser General Public License) Price:
941 downloads
Ovlada? USB Wireless adapter Atmel 1.6

Ovlada? USB Wireless adapter Atmel 1.6


Driver for USB Wireless LAN adapter based on the Atmel AT76C503/505A chipsets. more>>
Driver for USB Wireless LAN adapter based on the Atmel AT76C503/505A chipsets. Well matched to popular Micronet SP907BB adapters. It has less problems and better results than known atmelwlan driver from sourceforge.net.
Currently, the driver has some limitations:
no promiscous, monitor or station mode and no support for libpcap, i.e. it does not work with Kismet or Airsnort and it cannot act as an WLAN access point. This is a restriction imposed by the currently firmware
The firmware for Intersil radios is old (Atmel doesnt update it anymore) and has more restrictions. See the chipsets page for more information.
Support for 2.6.x kernels is now in main tree (versions 0.13+).
It has been tested with the usb host controller drivers usb-uhci, uhci and usb-ohci. It also works with more than one adapter on one
Enhancements:
- added switch to cope with Intersil firmware 0.84.0 which does not send FCS in rx data
- new module at76c503-rfmd-acc.o for SMC2664W, which got RMFD radio, but need a special firmware (Accton OEM products).
- added regulatory domains MKK1 and Israel
- added rudimentary ethtool support for SuSEs future hotplug
- added nickname ioctl for iwconfig
- added test of valid channel in reg. domain
- added big endian patch (by Kevin Cernekee), changed defines in ieee802_11.h
- supress unsupported iwconfig modes (monitor, master) - patch by Pavel Roskin
<<less
Download (0.72MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1219 downloads
Linux LiveCD Router 2.0.24

Linux LiveCD Router 2.0.24


Linux LiveCD Router is a Linux distribution designed to share a broadband connection over WiFi. more>>
Linux LiveCD Router project allows you to share and firewall your broadband connection and use WIFI.
You can use DSL, ADSL, Cable Modem, T1, Fixed IPs, Dial-Up, WIFI, build you own Access Point and more.
Main features:
- Share and Firewall your broadband or dedicated Internet connection
- Includes Firewall Shorewall and Masquerading (NAT)
- Does not require any installation. It is a LiveCD, your computer simply boots straight from the CD. Does not require a hard disk
- Supports DSL, Cablemodem, Fixed IP and Dial-Up
- Traffic Control, QoS
- DHCP Client and Server
- Remote SSH administration
- Includes DNS Cache to accelerate surfing
- Includes SNMP Monitoring, MRTG graphical statistics
- Use standard and low cost computer, networking and wifi hardware (also USB)
- Can use multiple ethernet and wifi 802.11a/b/g cards. Supports PCI, USB and PCMCIA cards (can replace external Access Points!)
- Linux Software compatible with Windows and Mac Networks
<<less
Download (MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
888 downloads
 
Other version of Linux LiveCD Router
Linux LiveCD Router 0.8.14 (Documentation)Linux LiveCD Router Documentation package contains documentation for ... LiveCD Router. Linux LiveCD Router allows you to share and firewall your broadband connection
License:GPL (GNU General Public License)
Download (3.3MB)
1259 downloads
Added: 2006-06-03
KWifiSelector 0.8

KWifiSelector 0.8


KWifiSelector is a KDE tool to display all available wireless networks (WLAN). more>>
KWifiSelector is a KDE tool to display all available wireless networks (WLAN). For each of them, the parameters (such as IP configuration and WEP keys) can be configured.
KWifiSelector also allows the user to connect to and disconnect from a selected network.
Enhancements:
- The root elevation mechanism was changed from using kdesu to sudo.
- This allows avoiding giving everyone the root password.
<<less
Download (0.57MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1136 downloads
IP accounter 1.01

IP accounter 1.01


IP accounter application measures and graphs traffic for IPv4 and IPv6 netfilter-based routers. more>>
IP accounter application measures and graphs traffic for IPv4 and IPv6 netfilter-based routers. Input data is accounted using several abstraction layers (routers, hosts, flows), and IPv6 traffic accounting may be mixed with IPv4.
Enhancements:
- The WEB frontend is still unavailable. There were some minor dificulties running ipaccounter. Still the main issue is when mysql server crashes. The traffic info is then lost until someone fixes it. Therefore it is advised to use some net watching software like Nagios. For further feature enchancements see the ChangeLog. 2006-09-02 by Ondra Ipaccounter-1.0 was released. Only WEB frontend is unavailable at the moment. The accounter is run on one machine. Namely maximus.spi-net.org. There were no fault ancountered so far, but its running only for one week.
<<less
Download (0.13MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
806 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5