Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request #8

Open
maltegrosse opened this issue Mar 25, 2020 · 1 comment
Open

feature request #8

maltegrosse opened this issue Mar 25, 2020 · 1 comment

Comments

@maltegrosse
Copy link

Hey, great work - but some features I really need are missing:
SMS
https://www.freedesktop.org/software/ModemManager/api/latest/gdbus-org.freedesktop.ModemManager1.Sms.html

Location (Including GPS data)
https://www.freedesktop.org/software/ModemManager/api/latest/gdbus-org.freedesktop.ModemManager1.Modem.Location.html

and finally a possibility to watch the states:
https://www.freedesktop.org/software/ModemManager/api/latest/ModemManager-Flags-and-Enumerations.html#MMModemState

and I also realized that I need to change following line to get your code working:
https://github.com/parrotmac/go-modemmanager/blob/master/pkg/modem/manager.go#L176
to
err := bus.Call(callModemLocationGetLocation, 0).Store(resp)

@maltegrosse
Copy link
Author

thank you for your initial work. i used the last week to create a golang modem manager wrapper which got the functionalities I need.
https://github.com/maltegrosse/go-modemmanager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant