You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavel Valach 1f5c87cb36 fixed LONGDATETIME 2 years ago
.gitignore First commit with working implementation 7 years ago
README.md First commit with working implementation 7 years ago
check_modem.py modem.State does not work :/ 3 years ago
icinga_host_notify.py Do not repeat if a SMS error; other fixes 5 years ago
icinga_host_notify_remote.py remote icinga: do not log (for now) + fix sending unquoted string 4 years ago
icinga_service_notify.py fixed LONGDATETIME 2 years ago
icinga_service_notify_remote.py Added remote notify for icinga sms 2 years ago
observium_func.py unnecessary import 4 years ago
observium_sms.py observium SMS - detach to another thing 4 years ago
observium_sms_remote.py import subprocess 4 years ago
send_sms.py chmod +x send_sms 3 years ago
sms_functions.py fix oversight in sms_functions 3 years ago
test_sms.py First commit with working implementation 7 years ago

README.md

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')