Add script handling on modem detection

Enrico Mioso mrkiko.rs at gmail.com
Mon Jul 10 11:03:03 UTC 2023


Hi all!!

I have a question regarding this - is MM actually the correct place to implement differenty dispatcher script calls?
Wouldn't it be better to build an external application monitoring different aspects and invoking scripts with the relevant informations?

Thanks,
Enrico


On Mon, Jul 10, 2023 at 12:19:26PM +0200, Aleksander Morgado wrote:
> > >> I am using the modemmanager on openwrt (master).
> > >> While playing around, I noticed that it might be useful to trigger
> > >> an event after the modemmanager has detected a modem.
> > >> We already use '/usr/lib/ModemManager/connection.d' one a successful
> > >> connection.
> > >
> > >
> > > There's already such interface, but it is not one provided by
> > > ModemManager, but ModemManager re-uses one from Freedesktop. You can
> > > watch for new modems by using the Freedesktop ObjectManager:
> > >
> > > https://www.freedesktop.org/software/ModemManager/api/latest/ref-dbus-standard-interfaces-objectmanager.html
> > >
> >
> >
> > Thanks for the hint. I'll have a look at it right away.
> >
> 
> I believe Florian is asking for a "dispatcher script" to be called
> once we detect a new modem and before MM probes it, right? similar to
> e.g. the dispatcher scripts we run when a bearer gets connected. I may
> be mistaken though
> 
> -- 
> Aleksander


More information about the ModemManager-devel mailing list