seveas / python-networkmanager

Easy communication with NetworkManager
http://packages.python.org/python-networkmanager/
Other
166 stars 90 forks source link

Adapting NetworkManager for ModemManager #82

Closed dsilva-vd closed 4 years ago

dsilva-vd commented 4 years ago

Hi,

First of all thank you to all contributors for the networkmanager module!!!

I want to create a similar interface to ModemManager as you have done for NetworkManager. Since both services use the DBUS API I feel the python module could be edited to instead talk to ModemManager at least for auto creating classes and signals for ModemManager related interfaces. Am I out to lunch? Am I overlooking some serious and difficult steps?

Thanks

Thanks,

dsilva-vd commented 4 years ago

If anyone is curious I didn't have much success but I'm not very proficient in python yet.

I found this https://gist.github.com/aursu/bcba7dde060469a18b865c306096f666 and use this and Network Manager to manage both my modem and the gsm / ppp connections.