On Wed, 13 Oct 2010, Christiano F. Haesbaert wrote:
> From: Christiano F. Haesbaert
> To: OpenBSD Questions
> 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://github.co
I use this silly script for wireless if someone is interested:
http://github.com/haesbaert/scripts/blob/master/wifi
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.
http://sztorkie.steadynet.org/files/temp/wra
On 8/10/2010, at 1:44 AM, Guillaume Duali wrote:
On Thu, 7 Oct 2010 09:33:44 -0300, "Christiano F. Haesbaert"
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
2010/10/7 Martin PelikC!n :
> 2010/10/7, Jona Joachim :
>> On 2010-10-07, Christiano F. Haesbaert 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 everybo
2010/10/7, Jona Joachim :
> On 2010-10-07, Christiano F. Haesbaert 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.
On 2010-10-07, Christiano F. Haesbaert 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 to to write your GUI yo
Guillaume DualC) wrote:
> On Thu, 7 Oct 2010 09:33:44 -0300, "Christiano F. Haesbaert"
> 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, et
On Thu, Oct 7, 2010 at 09:20, Joachim Schipper
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 front-end in Python ?
On Thu, Oct 7, 2010 at 08:27, wrote:
>> 2010/10/7 Martin PelikC!n :
>>> 2010/10/7, Hugo Osvaldo Barrera :
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 ***
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
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 Guilla
On Thu, 7 Oct 2010 09:33:44 -0300, "Christiano F. Haesbaert"
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.
On Thu, 07 Oct 2010 14:35:43 +0200, Guillaume DualC)
wrote:
> On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper
> 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,
On Thu, 7 Oct 2010 14:20:31 +0200, Joachim Schipper
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 front-end in Pyt
Why not make a curses GUI ? I find it much more useful than gtk/qt (IMHO).
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
> 2010/10/7 Martin PelikC!n :
>> 2010/10/7, Hugo Osvaldo Barrera :
>>> 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*** requirement for stuff like
>>> HAL.
>>
> 2010/10/7 Martin PelikC!n :
>> 2010/10/7, Hugo Osvaldo Barrera :
>>> 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*** requirement for stuff like
>>> HAL.
>>
On Thu, Oct 7, 2010 at 1:06 PM, Hugo Osvaldo Barrera
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
> http://wiki.pcbsd.org/index.php/Wireless_Set
2010/10/7 Martin PelikC!n :
> 2010/10/7, Hugo Osvaldo Barrera :
>> 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*** requirement for stuff like
>> HAL.
>
> Amen.
2010/10/7 Guillaume Duali :
> 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 license :) (BSD
On Thu, 7 Oct 2010 14:10:53 +0700, Edho P Arief
wrote:
> On Thu, Oct 7, 2010 at 1:47 PM, Aaron Lewis
> 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
On Thu, Oct 7, 2010 at 1:47 PM, Aaron Lewis 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 applications:
- wicd
- wh
-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
> wrote:
>> I want to make a small desktop application (probably GTK+, since I've
>> never done anything in GTK) that shows available wireless networks,
On Thu, Oct 7, 2010 at 9:04 AM, Hugo Osvaldo Barrera
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 intend to make a huge
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 a
27 matches
Mail list logo