Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-29-2004, 07:48 AM
|
#1
|
|
LQ Newbie
Registered: Oct 2003
Location: Boston, MA
Distribution: Debain (Knoppix HD install...Debian with a simple X setup really)
Posts: 4
Rep:
|
iwlist GUI front end?
Ok, i'm relativly new to linux. I've beeb using it for about a year now on my desktop and would like to think i know the enviroment pretty well. recently i got a laptop with wireless networking, and go that all up and running. The only thing is, I wish there was a GUI front end to something like iwlist.
Mainly, iwlist scanning. Just a simple GTK aplication that would allow you to select your interface (eth0, wlan0, wlan1, etc) and run a scan from it, and maybe have the scan repeat every few seconds. Then it could output the results (essid, WEP on/off, speed, etc) in a table within the app window and allow you to sort through all of the various availible connections.
Maybe eventually it would even allow you to interface with iwconfig and connect in a very simple manner to one of the networks discovered.
Now, I would love to build such an app. But the thing is, even though i go tot school for Computer Networks/programming, i have very little experiance with GTK programming, let alone interfacing it directly to a shell command without the use of C/C++ etc.
Would anyone out there know of an app. like this? (Kismet = no good, i use NDISwrapper). Would anyone be willing to help write one/give me some places to start/hints?
I think that if there was a simple, easy to use app. (Like the one windows xp has for wireless configuration), it could help bring linux to more people, because, think about it, you shouldn't have to go to a console, run iwlist scan, then manually run iwconfig and enter the essid , wep key, etc.
Plus this would be nice for war driving.
|
|
|
|
07-29-2004, 03:08 PM
|
#2
|
|
LQ Newbie
Registered: Jul 2004
Location: Houston, Texas
Distribution: Debian, Gentoo, Redhat
Posts: 17
Rep:
|
Re: iwlist GUI front end?
Quote:
Originally posted by sjoeboo
Ok, i'm relativly new to linux. I've beeb using it for about a year now on my desktop and would like to think i know the enviroment pretty well. recently i got a laptop with wireless networking, and go that all up and running. The only thing is, I wish there was a GUI front end to something like iwlist.
Mainly, iwlist scanning. Just a simple GTK aplication that would allow you to select your interface (eth0, wlan0, wlan1, etc) and run a scan from it, and maybe have the scan repeat every few seconds. Then it could output the results (essid, WEP on/off, speed, etc) in a table within the app window and allow you to sort through all of the various availible connections.
Maybe eventually it would even allow you to interface with iwconfig and connect in a very simple manner to one of the networks discovered.
Now, I would love to build such an app. But the thing is, even though i go tot school for Computer Networks/programming, i have very little experiance with GTK programming, let alone interfacing it directly to a shell command without the use of C/C++ etc.
Would anyone out there know of an app. like this? (Kismet = no good, i use NDISwrapper). Would anyone be willing to help write one/give me some places to start/hints?
I think that if there was a simple, easy to use app. (Like the one windows xp has for wireless configuration), it could help bring linux to more people, because, think about it, you shouldn't have to go to a console, run iwlist scan, then manually run iwconfig and enter the essid , wep key, etc.
Plus this would be nice for war driving.
|
http://cvs.gnome.org/viewcvs/gnome-nettool/
This is a good program to look at. You will probably want to use a tree_view, which is a bit of a pain in gtk+, but it really is the only nice way to create a list in gtk+. You are going to have to use g_spawn_async_with_pipes to read in the command, process the data, and display it to a tree view.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:10 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|