Re: Ad hoc mode via Dbus

2012-09-19 Thread ppulibero
Thank you very much Dan for your support, I'll try that and I will keep you posted. On Tue, Sep 18, 2012 at 5:53 PM, Dan Williams d...@redhat.com wrote: On Tue, 2012-09-18 at 16:21 +0200, ppulib...@libero.it wrote: nothing at all! this is exactly what one could do to figure it out...if

Re: Ad hoc mode via Dbus

2012-09-18 Thread ppulibero
Hi Larry The GUI is not the problem ... I know it must work. The problem is that my application must do this automatically without any GUI So if you can find out how the GUI does it... I could do the same ... codewise On Mon, Sep 17, 2012 at 10:18 PM, Larry Finger larry.fin...@lwfinger.netwrote:

Re: Ad hoc mode via Dbus

2012-09-18 Thread Derek Atkins
Hi, ppulib...@libero.it writes: Hi Larry The GUI is not the problem ... I know it must work. The problem is that my application must do this automatically without any GUI So if you can find out how the GUI does it... I could do the same ... codewise It uses DBUS to communicate to the NM

Re: Ad hoc mode via Dbus

2012-09-18 Thread ppulibero
Derek, I know it uses DBus to communicate to NM! The problem is I need to code code the configuration of wifi directly via network manager over the DBus interface. I was able to configure it, but I wasn't able to set it to ad hoc mode.This task must be automatically performed by my

Re: Ad hoc mode via Dbus

2012-09-18 Thread Derek Atkins
ppulib...@libero.it writes: Derek, I know it uses DBus to communicate to NM! The problem is I need to code code the configuration of wifi directly via network manager over the DBus interface. I was able to configure it, but I wasn't able to set it to ad hoc mode.This task must be

Re: Ad hoc mode via Dbus

2012-09-18 Thread ppulibero
nothing at all! this is exactly what one could do to figure it out...if none diid it before and knows how to do it, which was my question Il giorno martedì 18 settembre 2012, Derek Atkins ha scritto: ppulib...@libero.it javascript:; writes: Derek, I know it uses DBus to communicate to

Re: Ad hoc mode via Dbus

2012-09-18 Thread Larry Finger
On 09/18/2012 03:58 AM, ppulib...@libero.it wrote: The GUI is not the problem ... I know it must work. The problem is that my application must do this automatically without any GUI So if you can find out how the GUI does it... I could do the same ... codewise Set verbose logging on the DBus

Re: Ad hoc mode via Dbus

2012-09-18 Thread Nathanael D. Noblet
Does the adhoc network settings change? I've created a connection configuration for an AdHoc network that many devices I manage can use. They are set to automatically connect once they see it. I have a different app that turns it on when I need to administer them. In any case, if you provide

Re: Ad hoc mode via Dbus

2012-09-18 Thread Dan Williams
On Tue, 2012-09-18 at 16:21 +0200, ppulib...@libero.it wrote: nothing at all! this is exactly what one could do to figure it out...if none diid it before and knows how to do it, which was my question Some resources that may help you: Examples in many languages of communicating with

Ad hoc mode via Dbus

2012-09-17 Thread ppulibero
I have an hard nut to crack: To automatically configure Wifi, I first have to kill the network manager and than activate the wifi via the commandline: I do this all automatically in my application and works great. However... it is not the right way to do this. As the user has no network gui