Warning: session_start(): open(/tmp/sess_e84n0r5cmign0eq2j446gjjhf4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
netConfWiz Mockup openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

netConfWiz Mockup

   0.1  

KDE Networking Tool

Score 77%
netConfWiz Mockup
zoom


netConfWiz Mockup
zoom


netConfWiz Mockup
zoom


Link:  Link
Downloads:  712
Submitted:  May 19 2006
Updated:  May 19 2006

Description:

Hi All,

I am planning to do a project to develop a network configuration wizard for Linux.

It will have a wizard like interface that aims to become a single place for a newbie user to easily set ALL kinds of network connections (Dial-up, xDSL, Cable, LAN, wlan) on Linux.

To get an idea of what it would look like, pls have a look at some mockup screenshots explaining the flowchart in different cases:

http://netconfwizard.cvs.sourceforge.net/*checkout*/netconfwizard/netconfwizard/mockup/netwiz-mockup.html

You can also check this document explaining the project in greater detail:
http://netconfwizard.cvs.sourceforge.net/*checkout*/netconfwizard/netconfwizard/www/index.html

Any comments, suggestions, foreseen problems with the idea and any help with design and development is most welcome.

Thanks and Regards,
Vivek

NB. This is in planning stage, The download is just the file with more details of the idea.




Changelog:

In planning stage, RFC




LicenseGPL
(Network Configuration Wizard idea)
(flowchart and screenshots)
Send to a friend
Subscribe
Other  Content  from vivekR
Report inappropriate content



-
.

 Good Idea

 
 by horseshoe on: May 20 2006
 
Score 50%

One thing gnome does right is proved tools for configurations and easy of use. Im glade to see someone trying to do the same for KDE. I hope more stuff like this can be intergraded in to the control center!


Reply to this

-
.

 Splendid idea

 
 by herwig on: May 20 2006
 
Score 50%

I'm not a Linux newbie but I am getting tired fiddling around with console commands to get a network connection, specially when I'm on the road with my laptop.

Please keep up the good work.

Kind regards,
Herwig


Reply to this

-
.

 Why split an effort?

 
 by Val on: May 20 2006
 
Score 50%

Unless you just wish to learn how to program for KDE, I don't think it's a good idea. Today, KDE/Linux software lansacape is *highly* fragmented - there is no point to move this fragmentation further by creating just another app that do the same thing. If you really want to work on something useful, I suggest that you look at NetworkManager (http://www.gnome.org/projects/NetworkManager) which, despite it's Gnomeish name is highly desktop (and distribution) neutral. If you are interested in KDE specifically, have a look at KNetworkManager (in kdereview module of KDE SVN) which is KDE interface for NetworkManager daemon developed by SUSE. Good luck!


Reply to this

-

 Re: Why split an effort?

 
 by vivekR on: May 22 2006
 
Score 50%

Very good Point indeed.

I am NOT doing this project to learn KDE. And, if I do find some project working along the same ideas, I would rather channel my effort and time on it, insetad of creating divisions.

I had been pointed to NetworkManager and had a look at it. While the goals of the projects can appear very similar (easy network config), they actually are focussing on different aspects.

As I see it, there are these steps involved in setting up network connections.
1) Storing preferences about devices (configuring them), accounts, TCP/IP.
2) Using some underlying service to make use of these preferences, and enable the devices, make the connections.

netConfWiz aims to focus on part 1 above. Think of it as a simple GUI for asking the users for ANY questions/needed details for ANY kind of Network Connection. (DialUp, xDSL, Cable Modem, Ethernet, Wireless LAN). It would also have an extensible and flexible framework which would allow any new utility script that needs any such user input to be added to it.

netConfWiz would eventually need to use the various existing underlying tools that "actually" enable devices, and starts the network connection (e.g. pppd, wvdial, ndiswrapper, various authentication clients used by CableModem ISP's, and so on). NetworkManager can be one such "underlying service" for netConfWiz.

NetworkManager is a service which tries to autoconfigure the available networks, and then provides an API available to any desktop applet to view/manage them.


Reply to this

-

 Re: Re: Why split an

 
 by Val on: May 23 2006
 
Score 50%

It's nice that you support this idea.

I've mentioned NetworkManager since [for me] it seemed like a natural basis for this type of tool - if something is configuring my networks, it should be connected do dialogs where I enter configuration parameters. Btw, have you had a look at Gnome System Tools? they are very much like NM in design and they have a special module to store network-secific data. You can even find KDE interface to some of them in kde-admin module.


Reply to this

-

 ok

 
 by dec0ding on: May 22 2006
 
Score 50%

I haven't tested the application yet, so can't crithicise it, but I wonder why the Qt logo is on application that is supposed to configure network interfaces :)

Cheerz


My blog, projects, discussions, comments and wishes: http://gemidjy.blogspot.com
Reply to this

-

 Re: ok

 
 by vivekR on: May 22 2006
 
Score 50%

This is just at a planning stage. The screenshots are for "illustrating the idea", and do not reflect what the final application may be like.

Please ignore the various visual elements (themes, buttons, icons, images), grammatical spelling errors etc, and try to focus on the functionality of this proposed application.

I want to get inputs, comments, ideas from the community while I plan this work.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team