RE: DBus Properties 0.7.0 Device question

2008-12-19 Thread Philip A. Culver
Thanks! -Original Message- From: Tambet Ingo [mailto:tam...@gmail.com] Sent: Thursday, December 18, 2008 5:14 AM To: Simon Schampijer Cc: Philip Culver; networkmanager-list@gnome.org Subject: Re: DBus Properties 0.7.0 Device question On Thu, Dec 18, 2008 at 11:34, Simon Schampijer

Re: DBus Properties 0.7.0 Device question

2008-12-18 Thread Simon Schampijer
Tambet Ingo wrote: On Thu, Dec 18, 2008 at 11:34, Simon Schampijer wrote: Tambet Ingo wrote: On Wed, Dec 17, 2008 at 22:39, Simon Schampijer wrote: Philip Culver wrote: Some addtional information. If I execute: dbus-send --system --dest=org.freedesktop.NetworkManager --print-reply /org/fr

Re: DBus Properties 0.7.0 Device question

2008-12-18 Thread Tambet Ingo
On Thu, Dec 18, 2008 at 11:34, Simon Schampijer wrote: > Tambet Ingo wrote: >> >> On Wed, Dec 17, 2008 at 22:39, Simon Schampijer >> wrote: >>> >>> Philip Culver wrote: Some addtional information. If I execute: dbus-send --system --dest=org.freedesktop.NetworkManager

Re: DBus Properties 0.7.0 Device question

2008-12-18 Thread Simon Schampijer
Tambet Ingo wrote: On Wed, Dec 17, 2008 at 22:39, Simon Schampijer wrote: Philip Culver wrote: Some addtional information. If I execute: dbus-send --system --dest=org.freedesktop.NetworkManager --print-reply /org/freedesktop/Hal/devices/net_00_13_02_06_6d_ee org.freedesktop.DBus.Properties.G

Re: DBus Properties 0.7.0 Device question

2008-12-18 Thread Tambet Ingo
On Wed, Dec 17, 2008 at 22:39, Simon Schampijer wrote: > Philip Culver wrote: >> >> Some addtional information. >> >> If I execute: >> >> dbus-send --system --dest=org.freedesktop.NetworkManager >> --print-reply /org/freedesktop/Hal/devices/net_00_13_02_06_6d_ee >> org.freedesktop.DBus.Properties.

Re: DBus Properties 0.7.0 Device question

2008-12-17 Thread Simon Schampijer
Philip Culver wrote: Some addtional information. If I execute: dbus-send --system --dest=org.freedesktop.NetworkManager --print-reply /org/freedesktop/Hal/devices/net_00_13_02_06_6d_ee org.freedesktop.DBus.Properties.Get string:'org.freedesktop.NetworkManager.Device.Wireless' string:'HwAddress'

Re: DBus Properties 0.7.0 Device question

2008-12-17 Thread Philip Culver
Some addtional information. If I execute: dbus-send --system --dest=org.freedesktop.NetworkManager --print-reply /org/freedesktop/Hal/devices/net_00_13_02_06_6d_ee org.freedesktop.DBus.Properties.Get string:'org.freedesktop.NetworkManager.Device.Wireless' string:'HwAddress' I get the proper valu

DBus Properties 0.7.0 Device question

2008-12-17 Thread Philip Culver
Hello, I am struggling a little bit with the Properties interface for devices. I can get the properties from the generic device but depending on device type how do I get the properties from the Wired or Wireless devices. I am using dbus-java to communicate but decided to back off and try this wit

Re: DBus Properties?

2008-03-03 Thread Dan Williams
On Mon, 2008-03-03 at 11:57 +0100, Helmut Schaa wrote: > Hi, > > I was just working on getting all seen bssids into the appropriate connection > in KNetworkManager while roaming between several APs. > > The wireless device provides a DBus signal "PropertiesChanged" which is > useful > for upda

DBus Properties?

2008-03-03 Thread Helmut Schaa
Hi, I was just working on getting all seen bssids into the appropriate connection in KNetworkManager while roaming between several APs. The wireless device provides a DBus signal "PropertiesChanged" which is useful for updating the seen_bssids property. Unfortunately the properties name provid