* sd-bus
@ 2019-01-03 12:26 Giacinto Cifelli
2019-01-03 12:39 ` sd-bus Marcel Holtmann
2019-01-03 20:34 ` sd-bus Pavel Machek
0 siblings, 2 replies; 5+ messages in thread
From: Giacinto Cifelli @ 2019-01-03 12:26 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 301 bytes --]
Dear all,
would it be interesting to port ofono from GDBus, which comes with the
huge GLib dependency, to sd-bus?
It is a lot of work, but the main question is whether we can assume
that systemd is deployed enough to allow the switch.
thank you for your feedback.
Best regards,
Giacinto
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sd-bus
2019-01-03 12:26 sd-bus Giacinto Cifelli
@ 2019-01-03 12:39 ` Marcel Holtmann
2019-01-03 20:34 ` sd-bus Pavel Machek
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2019-01-03 12:39 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 569 bytes --]
Hi Giacinto,
> would it be interesting to port ofono from GDBus, which comes with the
> huge GLib dependency, to sd-bus?
> It is a lot of work, but the main question is whether we can assume
> that systemd is deployed enough to allow the switch.
actually ELL provides its own D-Bus support. So the switch should towards ELL D-Bus and not sd-bus. oFono already links against ELL and at some point that should be its only dependency. We also want to remove the GLib dependency as well. Newer projects like iwd for example solely use ELL.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sd-bus
[not found] <CAKSBH7HqFbg64sjtcz=Y=dm82mWS=4qpRMU0r_G-Z-Yjv9jpiw@mail.gmail.com>
@ 2019-01-03 12:51 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2019-01-03 12:51 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]
Hi Giacinto,
> > would it be interesting to port ofono from GDBus, which comes with the
> > huge GLib dependency, to sd-bus?
> > It is a lot of work, but the main question is whether we can assume
> > that systemd is deployed enough to allow the switch.
>
> actually ELL provides its own D-Bus support. So the switch should towards ELL D-Bus and not sd-bus. oFono already links against ELL and at some point that should be its only dependency. We also want to remove the GLib dependency as well. Newer projects like iwd for example solely use ELL.
>
> thank you for this information. I didn't notice the dbus in ELL, at least not in the part currently in ofono.
> Is this another implementation than glib or a part of it, or is it a wrapper for the libdbus?
it is a from-scratch and clean implementation of the D-Bus protocol. You currently don’t see it since the build magic in oFono only copies ELL pieces that it currently needs. However it is simple change in Makefile.am to also include ELL D-Bus.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sd-bus
2019-01-03 12:26 sd-bus Giacinto Cifelli
2019-01-03 12:39 ` sd-bus Marcel Holtmann
@ 2019-01-03 20:34 ` Pavel Machek
2019-01-03 23:10 ` sd-bus Denis Kenzior
1 sibling, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2019-01-03 20:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
Hi!
> would it be interesting to port ofono from GDBus, which comes with the
> huge GLib dependency, to sd-bus?
> It is a lot of work, but the main question is whether we can assume
> that systemd is deployed enough to allow the switch.
As someone said, ell already has dbus support.
But dependency on systemd would be bad -- I (and maemo leste project)
am running ofonod on Devuan -- which is Debian w/o systemd.
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: sd-bus
2019-01-03 20:34 ` sd-bus Pavel Machek
@ 2019-01-03 23:10 ` Denis Kenzior
0 siblings, 0 replies; 5+ messages in thread
From: Denis Kenzior @ 2019-01-03 23:10 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 985 bytes --]
Hi Pavel,
On 01/03/2019 02:34 PM, Pavel Machek wrote:
> Hi!
>
>> would it be interesting to port ofono from GDBus, which comes with the
>> huge GLib dependency, to sd-bus?
>> It is a lot of work, but the main question is whether we can assume
>> that systemd is deployed enough to allow the switch.
>
> As someone said, ell already has dbus support.
>
> But dependency on systemd would be bad -- I (and maemo leste project)
> am running ofonod on Devuan -- which is Debian w/o systemd.
We are not introducing any hard-dependencies on systemd, so no worries
there. ell will eventually be used for all D-Bus communication and
libdbus-1 dependency will be dropped.
If anyone wants to help convert stuff to ell, be my guest. I've already
done some bits here and there.
After the next release or two I will start requiring any new core code
to start using ell. Drivers might take a bit longer due to use of
GAtChat/GRil/GIsi/etc.
Regards,
-Denis
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-03 23:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 12:26 sd-bus Giacinto Cifelli
2019-01-03 12:39 ` sd-bus Marcel Holtmann
2019-01-03 20:34 ` sd-bus Pavel Machek
2019-01-03 23:10 ` sd-bus Denis Kenzior
[not found] <CAKSBH7HqFbg64sjtcz=Y=dm82mWS=4qpRMU0r_G-Z-Yjv9jpiw@mail.gmail.com>
2019-01-03 12:51 ` sd-bus Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.