logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Modem Control - Manage Modems with mmcli | Online Free DevTools by Hexmos

Control modems effectively with mmcli. Manage connections, send SMS, and monitor network status using this command line interface. Free online tool, no registration required.

mmcli

Control and monitor the ModemManager. More information: https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html.

  • List available modems:

mmcli --list-modems

  • Print information about a modem:

mmcli --modem={{modem}}

  • Enable a modem:

mmcli --modem={{modem}} --enable

  • List SMS messages available on the modem:

sudo mmcli --modem={{modem}} --messaging-list-sms

  • Delete a message from the modem, specifying its path:

sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}

See Also