Go to file
2020-07-28 21:30:21 +01:00
.gitignore First commit with working implementation 2017-02-02 14:41:18 +01: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 sms_functions: improved PIN input handling 2020-07-28 21:30:21 +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')