Re: Preferred way to get signal information

2018-10-02 Thread matthew stanger
Hi Nick, If your using c/c++ consider looking into the library ModemManager exposes, this is how mmcli works (https://cgit.freedesktop.org/ModemManager/ModemManager/tree/libmm-glib). It handles the dbus calls for you and just exposes some nice c code wrappers. In your case you should look at how

Preferred way to get signal information

2018-10-02 Thread Nick B
Good day, Is there a preferred way to get the signal information from modem manager periodically for the purposes of illuminating some LED’s? Currently I am running mmcli -m 0 and using grep to strip it down to just the number and taking action based on that value. (—signal-get is not

Re: ModemManager-devel Digest, Vol 64, Issue 19

2018-10-02 Thread Michael pang
do you mind sharing how to ask modemmanager for IP? Is it automated process? Thank you. On Mon, Oct 1, 2018 at 10:10 PM Dan Williams wrote: > On Sun, 2018-09-30 at 20:39 -0400, Michael pang wrote: > > I did create one network interface named broadband according to the > > website. I am missing