Go to file
2022-07-08 11:44:49 +02:00
.gitignore First commit with working implementation 2017-02-02 14:41:18 +01:00
check_modem.py modem.State does not work :/ 2021-02-02 11:58:22 +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
icinga_service_notify_remote.py Added remote notify for icinga sms 2022-07-08 11:42:52 +02:00
icinga_service_notify.py fixed LONGDATETIME 2022-07-08 11:44:49 +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 chmod +x send_sms 2021-02-02 11:47:35 +01:00
sms_functions.py fix oversight in sms_functions 2021-10-15 09:40:40 +02: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')