Go to file
2021-02-02 11:41:05 +01:00
.gitignore First commit with working implementation 2017-02-02 14:41:18 +01:00
check_modem.py added test of check_modem 2021-02-02 11:41:05 +01:00
icinga_host_notify_remote.py remote icinga: do not log (for now) + fix sending unquoted string 2020-08-01 15:16:02 +00:00
icinga_host_notify.py Do not repeat if a SMS error; other fixes 2019-05-12 23:50:00 +02:00
observium_func.py unnecessary import 2020-08-25 12:07:33 +02:00
observium_sms_remote.py import subprocess 2020-08-25 12:08:43 +02:00
observium_sms.py observium SMS - detach to another thing 2020-08-25 12:07:02 +02:00
README.md First commit with working implementation 2017-02-02 14:41:18 +01:00
send_sms.py add send_sms file (for testing) 2021-02-02 11:32:13 +01:00
sms_functions.py sms_functions: added unlock_and_enable_modem 2021-02-02 11:39:40 +01: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')