
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
If this app segfaults, please mail the output of "iwlist scan", "iwconfig" and the contents of "/proc/net/wireless". It's important for improvement, as I don't have access to a lot of wlan-cards. If it fails to build, please mail me the output of the "make" process, along with distro/compiler-version. Thanks in advance :)
Waveselect was first thought of as a replica of the Windows XP wlan-connection tool. It makes it a snap to discover local wlans, and connect to them. It depends on QT-3.x (3.3.3 was used to develop it), and wireless-tools (iwlist, iwconfig). It should work with every card that works with wireless-tool. Use of the great KNemo-tool: ( HTTP://kde-apps.org/content/show.php?content=12956 ) as a companion is recommended, for extra comfort.
Future releases of waveselect will support more features, as long as it can be implemented while still keeping a simple and easy GUI. So please hammer me with all the things you think suck about the UI. (user-friendlyness is high priority)
Features planned for future releases:
- Profile-creation for often used AP's (home/work/school/etc)
- Automatically roaming between AP's defined by a profile
- Integration with kismet/gpsd/mysql, for showing ESSID's kismet have previously decloaked.
- Support alternative dhcpd-clients other than dhcpcd
- Support for non-dhpcd networks. Letting the user specify ip, gateway, dns, proxy, etc. manually.
- Configure-dialog for specifying paths etc.
- KDE integration (KDE-classes, KDE-systray))
This tool must be run as root, unless your user have access to change driver-parameters with iwconfig, and start dhcpcd.
16 years ago
v0.1.2
- GUI improvements. Options are no longer available if no network is selected. Also beautify the "scan-results" if no networks are found.
- Do an "ifconfig up" on the selected device before scanning.
(some?) cards using the madwifi-driver does not return scan-data unless this is done (reported by TMS)
- Instead of killing all dhcpcd instances before associating, check
if the /var/run/dhcpcd-.pid exists. If it does, get
the pid of the cards current dhcpcd-process from this file,
and kill only this process. If file does not exist, assume dhcpcd
is not running for the card. (reported by TMS)
- This time, it handles a notebook with several wlan-cards better.
In fact, it handles them at all.
- Improved parsing once again to make it even more fault-tolerant.
Don't know about any way to segfault it now. But if you find one, be sure to mail me and let me know.
- Manage encryption-settings better. It will now manage to set four
different encryption keys. You select which one should be the
transmitted key, by selecting the key you want to be active
in the "key index" combo-box before pressing associate.
- The "security-mode" option was actually connected to code this time,
so it will now have effect.
Paths to ifconfig, iwconfig, iwlist, kill and dhcpcd are hardcoded. Theese paths will match the Gentoo-distribution. If your distro use others, it should be a breeze to grep the dlgmain.ui.h file, and replace them to suit your settings. Although, this is not a permanent solution!!
16 years ago
v0.1.2
- GUI improvements. Options are no longer available if no network is selected. Also beautify the "scan-results" if no networks are found.
- Do an "ifconfig up" on the selected device before scanning.
(some?) cards using the madwifi-driver does not return scan-data unless this is done (reported by TMS)
- Instead of killing all dhcpcd instances before associating, check
if the /var/run/dhcpcd-.pid exists. If it does, get
the pid of the cards current dhcpcd-process from this file,
and kill only this process. If file does not exist, assume dhcpcd
is not running for the card. (reported by TMS)
- This time, it handles a notebook with several wlan-cards better.
In fact, it handles them at all.
- Improved parsing once again to make it even more fault-tolerant.
Don't know about any way to segfault it now. But if you find one, be sure to mail me and let me know.
- Manage encryption-settings better. It will now manage to set four
different encryption keys. You select which one should be the
transmitted key, by selecting the key you want to be active
in the "key index" combo-box before pressing associate.
- The "security-mode" option was actually connected to code this time,
so it will now have effect.
Paths to ifconfig, iwconfig, iwlist, kill and dhcpcd are hardcoded. Theese paths will match the Gentoo-distribution. If your distro use others, it should be a breeze to grep the dlgmain.ui.h file, and replace them to suit your settings. Although, this is not a permanent solution!!
ssuominen
11 years ago
Report
reggler
12 years ago
I can't download wave select. Seems to be a dead link. Do you got an alternative link?
Thanks,
Ron
Report
vvizard
13 years ago
But I have not given up I guess. I really want to do this program, because I have plenty of GREAT power-user ideas I've never seen in any other similar apps do.
If I ever do a rewrite, (which I hope I do), It'll probably wait for KDE4, and I will probably start with it Christmas 2007. (due to work issues)
Report
brockers
14 years ago
Bobby
Report
vvizard
15 years ago
Report
badllama77
16 years ago
Report
vvizard
16 years ago
Report
bluecrack
16 years ago
You asked for feedback if it didn't work. Here goes:
[root@a30p kifi-0.2.4]# iwlist eth1 scan
eth1 Interface doesn't support scanning : Operation not supported
[root@a30p kifi-0.2.4]# iwconfig
eth1 IEEE 802.11-DS ESSID:"Quantum_Network" Nickname:"Prism I"
Mode:Managed Frequency:2.437 GHz Access Point: 00:06:25:C0:0A:39
Bit Rate:11 Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=28/92 Signal level=-89 dBm Noise level=-144 dBm
Rx invalid nwid:0 Rx invalid crypt:63 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@a30p kifi-0.2.4]# more /proc/net/wireless
Inter-| sta-| Quality | Discarded packets | Missed | WE
face | tus | link level noise | nwid crypt frag retry misc | beacon | 16
eth1: 0000 28. 166. 112. 0 63 0 0 0 0
Inter-| sta-| Quality | Discarded packets | Missed | WE
face | tus | link level noise | nwid crypt frag retry misc | beacon | 16
eth1: 0000 28. 166. 112. 0 63 0 0 0 0
Report
dobber
16 years ago
Report
famewolf
16 years ago
Report
famewolf
16 years ago
Report
oisch
16 years ago
Gentoo has a very good wlan script that allows easy configuration and fullfills nearly all needs (it's currently unstable). Other distributors have different solutions.
So my point is: it will be fairly easy to scan for access points through iwlist, etc, but how do you want to save the configuration the user selects? By dealing with distribution specific implementations or by creating your own interface for this.
Imho none of these is a clean solution, but I don't expect the distributors to agree on a standardised way for their configurations (I don't know when LSB will be reality).
I really like the idea of this but I doubt that it will fit perfectly into existing distributions.
Report
vvizard
16 years ago
Report
famewolf
16 years ago
Report
famewolf
16 years ago
Report