Re: Wireless Network GUI

2010-10-14 Thread Dennis Davis
On Wed, 13 Oct 2010, Christiano F. Haesbaert wrote: From: Christiano F. Haesbaert haesba...@haesbaert.org To: OpenBSD Questions misc@openbsd.org Date: Wed, 13 Oct 2010 17:17:16 Subject: Re: Wireless Network GUI I use this silly script for wireless if someone is interested: http

Re: Wireless Network GUI

2010-10-13 Thread Christiano F. Haesbaert
I use this silly script for wireless if someone is interested: http://github.com/haesbaert/scripts/blob/master/wifi

Re: Wireless Network GUI

2010-10-09 Thread Martin Pelikán
Giving up, my old curses code is too gross... better sent it to /dev/null. The only usable thing would be this piece, wrappers for adding/deleting ipv4/6 addresses. Might be useful even for python people, if they change err() for something they'd like.

Re: Wireless Network GUI

2010-10-07 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2010 11:58 AM, Edho P Arief wrote: On Thu, Oct 7, 2010 at 9:04 AM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: I want to make a small desktop application (probably GTK+, since I've never done anything in GTK) that shows

Re: Wireless Network GUI

2010-10-07 Thread Edho P Arief
On Thu, Oct 7, 2010 at 1:47 PM, Aaron Lewis the.warl0ck.1...@gmail.com wrote: nope , wicd is actually based on gtk python , also wicd-client for kde available on kde-apps.org. ( written in qt4 ) Sorry, I didn't properly composed the paragraph. I actually mentioned two network manager gui

Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 14:10:53 +0700, Edho P Arief edhopr...@gmail.com wrote: On Thu, Oct 7, 2010 at 1:47 PM, Aaron Lewis the.warl0ck.1...@gmail.com wrote: nope , wicd is actually based on gtk python , also wicd-client for kde available on kde-apps.org. ( written in qt4 ) Sorry, I didn't

Re: Wireless Network GUI

2010-10-07 Thread David Coppa
2010/10/7 Guillaume Duali g.du...@otasc.org: Hi there, I planed to start a tool like that. It's funny because I think to make this in PyGTK 2 ;) In my opinion wicd is only for Linux use, and it's better to start a new project for OpenBSD : 1 - Learn 2 - Put this project in a real

Re: Wireless Network GUI

2010-10-07 Thread Hugo Osvaldo Barrera
2010/10/7 Martin PelikC!n martin.peli...@gmail.com: 2010/10/7, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar: I don't intend to make a huge daemon like the linux's NetworkManager, but, instead, just a simple application you open, connect, and close. Done. B No bloat, and definitely ***NO***

Re: Wireless Network GUI

2010-10-07 Thread David Coppa
On Thu, Oct 7, 2010 at 1:06 PM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: I haven't been able to find much on PCBSD's doc, it seems their standards for documentation are quite low, for example, see: http://wiki.pcbsd.org/index.php/PC-BSD_FAQS#Networking or

Re: Wireless Network GUI

2010-10-07 Thread g . duale
2010/10/7 Martin PelikC!n martin.peli...@gmail.com: 2010/10/7, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar: I don't intend to make a huge daemon like the linux's NetworkManager, but, instead, just a simple application you open, connect, and close. Done. B No bloat, and definitely ***NO***

Re: Wireless Network GUI

2010-10-07 Thread g . duale
2010/10/7 Martin PelikC!n martin.peli...@gmail.com: 2010/10/7, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar: I don't intend to make a huge daemon like the linux's NetworkManager, but, instead, just a simple application you open, connect, and close. Done. B No bloat, and definitely ***NO***

Re: Wireless Network GUI

2010-10-07 Thread Joachim Schipper
On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote: If I understand you think to combine C and Python ? Do you think is good to code the tool in C, with only shell interface, and add the graphical front-end in Python ? In this case Python will call on each click the C binary

Re: Wireless Network GUI

2010-10-07 Thread Christiano F. Haesbaert
Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO).

Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper joac...@joachimschipper.nl wrote: On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote: If I understand you think to combine C and Python ? Do you think is good to code the tool in C, with only shell interface, and add the

Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 07 Oct 2010 14:35:43 +0200, Guillaume DualC) g.du...@otasc.org wrote: On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper joac...@joachimschipper.nl wrote: On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote: If I understand you think to combine C and Python ? Do you

Re: Wireless Network GUI

2010-10-07 Thread Guillaume Dualé
On Thu, 7 Oct 2010 09:33:44 -0300, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). In my opinion, the aim of this project is to provide a graphical tool, which can be inserted in some WM like XFCE, etc. Guillaume.

Re: Wireless Network GUI

2010-10-07 Thread Luis Useche
I would also prefer a console based approach. I think it is not a good idea to do it for one single windows manager. Anyway, Arch Linux has a very nice console based network connection manager in case anybody is looking for ideas: http://wiki.archlinux.org/index.php/Netcfg Luis. 2010/10/7

Re: Wireless Network GUI

2010-10-07 Thread Gonzalo L. R.
Agree, less deps, more happy people. El 10/07/10 09:33, Christiano F. Haesbaert escribis: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). -- No, I don't have Facefuck

Re: Wireless Network GUI

2010-10-07 Thread Hugo Osvaldo Barrera
On Thu, Oct 7, 2010 at 08:27, g.du...@otasc.org wrote: 2010/10/7 Martin PelikC!n martin.peli...@gmail.com: 2010/10/7, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar: I don't intend to make a huge daemon like the linux's NetworkManager, but, instead, just a simple application you open,

Re: Wireless Network GUI

2010-10-07 Thread Hugo Osvaldo Barrera
On Thu, Oct 7, 2010 at 09:20, Joachim Schipper joac...@joachimschipper.nl wrote: On Thu, Oct 07, 2010 at 01:34:50PM +0200, g.du...@otasc.org wrote: If I understand you think to combine C and Python ? Do you think is good to code the tool in C, with only shell interface, and add the graphical

Re: Wireless Network GUI

2010-10-07 Thread Brad Tilley
Guillaume DualC) wrote: On Thu, 7 Oct 2010 09:33:44 -0300, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). In my opinion, the aim of this project is to provide a graphical tool, which can be inserted in some

Re: Wireless Network GUI

2010-10-07 Thread Jona Joachim
On 2010-10-07, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). What would be really nice IMHO is to expose an API that gives access to ifconfig functionality so everybody could easily write their own UI. Basically

Re: Wireless Network GUI

2010-10-07 Thread Martin Pelikán
2010/10/7, Jona Joachim j...@hcl-club.lu: On 2010-10-07, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). What would be really nice IMHO is to expose an API that gives access to ifconfig functionality so

Re: Wireless Network GUI

2010-10-07 Thread Hugo Osvaldo Barrera
2010/10/7 Martin PelikC!n martin.peli...@gmail.com: 2010/10/7, Jona Joachim j...@hcl-club.lu: On 2010-10-07, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). What would be really nice IMHO is to expose an API

Re: Wireless Network GUI

2010-10-07 Thread Paul M
On 8/10/2010, at 1:44 AM, Guillaume Duali wrote: On Thu, 7 Oct 2010 09:33:44 -0300, Christiano F. Haesbaert haesba...@haesbaert.org wrote: Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO). In my opinion, the aim of this project is to provide a graphical tool, which

Wireless Network GUI

2010-10-06 Thread Hugo Osvaldo Barrera
I want to make a small desktop application (probably GTK+, since I've never done anything in GTK) that shows available wireless networks, signal, and a few buttons to connect to each/configure each. I don't intend to make a huge daemon like the linux's NetworkManager, but, instead, just a simple

Re: Wireless Network GUI

2010-10-06 Thread Edho P Arief
On Thu, Oct 7, 2010 at 9:04 AM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: I want to make a small desktop application (probably GTK+, since I've never done anything in GTK) that shows available wireless networks, signal, and a few buttons to connect to each/configure each. I don't