Skip to content
New issue

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

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

Already on GitHub? # to your account

add uqmid: a daemon to control QMI based modems. #26038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lynxis
Copy link
Member

@lynxis lynxis commented Feb 22, 2025

uqmid is a daemonic way of uqmi to be controlled via ubus to configure QMI based modems.
A daemon allows to handle events (indications) of modems.
uqmid currently depends on libtalloc.

A simple example configuration:

config interface 'wwan'
        option device '/dev/cdc-wdm0'
        option proto 'qmid'
        option apn internet
        option roaming 1

Maintainer: me
Compile tested: main
Run tested: main, mikrotik,wap-r-ac

uqmid is a daemonic way of uqmi to be controlled via ubus to configure QMI
based modems. A daemon allows to handle events (indications) of modems.
uqmid depends on libtalloc for memory management.

A simple example configuration:

config interface 'wwan'
        option device '/dev/cdc-wdm0'
        option proto 'qmid'
        option apn internet
        option roaming 1

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant