mirror of
https://github.com/4IceG/luci-app-modemdata.git
synced 2026-04-25 18:56:07 +03:00
[GH-ISSUE #26] Reading data via mmcli at command #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-modemdata#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lrdrdn on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/26
Feature request: add reading data via mmcli at command
To be able to activate this feature in mmcli you should compile package modemmanager WITH_AT_COMMAND_VIA_DBUS:
read data with this command
mmcli -m 0 --command="ATI"@4IceG commented on GitHub (Nov 18, 2025):
@lrdrdn Do you have to use mix MM+serial port to connection/read data from this modem? Maybe use a simpler method https://github.com/obsy/modemfeed/tree/master/luci/protocols/luci-proto-xmm + https://github.com/obsy/modemfeed/tree/master/packages/net/xmm-modem ?
@4IceG commented on GitHub (Nov 18, 2025):
For me it is an unnecessary overcomplicated combination of MM+serial port for reading.
Dla mnie to niepotrzebne przekombinowanie, takie polaczenie MM+serial do odczytu.
Nie wiem co na to Cezary @obsy ..
@obsy commented on GitHub (Nov 18, 2025):
Same thing. Using at commands with mmcli means recompiling modemmanager, which a regular user wouldn't do. So, it would be unnecessary work, and only a few people would benefit from it.
@lrdrdn commented on GitHub (Nov 18, 2025):
My ISP disconnects every 2 hours. Last time I used xmm-modem, it didn't automatically reconnect. The most stable is using modemmanager.