Go to file
2020-08-01 14:57:54 +00:00
.gitignore First commit with working implementation 2017-02-02 14:41:18 +01:00
icinga_host_notify_remote.py Fix SMS signal quality getting; new remote host notifications for Icinga 2020-08-01 14:57:54 +00:00
icinga_host_notify.py Do not repeat if a SMS error; other fixes 2019-05-12 23:50:00 +02:00
observium_sms.py Do not repeat if a SMS error; other fixes 2019-05-12 23:50:00 +02:00
README.md First commit with working implementation 2017-02-02 14:41:18 +01:00
sms_functions.py Fix SMS signal quality getting; new remote host notifications for Icinga 2020-08-01 14:57:54 +00:00
test_sms.py First commit with working implementation 2017-02-02 14:41:18 +01:00

mbim-sms-sender

A tool for sending SMS through a modem connected to MBIM/AT/other standard interface, through ModemManager using D-Bus.

Usage:

IMPORTANT: If your SIM card has a PIN set up, insert it into modem_pin.txt file.

import sms_functions
sms_functions.send_sms([ '+420608123456', '+420775123456' ], 'Testovaci
textova zprava')