.gitignore | ||
check_modem.py | ||
icinga_host_notify_remote.py | ||
icinga_host_notify.py | ||
icinga_service_notify_remote.py | ||
icinga_service_notify.py | ||
observium_func.py | ||
observium_sms_remote.py | ||
observium_sms.py | ||
README.md | ||
send_sms.py | ||
sms_functions.py | ||
test_sms.py |
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')