David M.

Results 17 comments of David M.

Have you also tried to use DBusMap (org.freedesktop.dbus.DBusMap)?

A test case would be great. I would also try to investigate the structure using d-feet. Maybe it is required to create a class which represents a IPv4 configuration (if...

Please provide full sample code which does not rely on any system service which might not be available on any system (or is access restricted like in my case). I...

This issue cannot be fixed, as it is caused by type erasure in Java. When passing the HashMap Object into the Variant, the types used inside of the Map are...

I don't know any application which uses Maps as value in properties when it comes to DBus. There is the DBus.Properties interface, but it will probably also don't work when...

First of all, always provide sample code, otherwise it is not clear what you are trying to do. As far as I can see in the [wpa-supplicant documentation](https://w1.fi/wpa_supplicant/devel/dbus.html#dbus_p2pdevice), the properties...

Sounds good to me. Feel free to provide a PR for this feature.

The change has been merged, can we close this issue?

I don't think so. But if you want to add some more samples or documentation, that would be great

Sorry I don't get it... What are you trying to do and where is it related to dbus-java? What is xdg-dbus-proxy and why should I use it? Which version of...