Go to file
2017-02-04 12:30:34 +01:00
.gitignore First commit with working implementation 2017-02-02 14:41:18 +01:00
icinga_host_notify.py Separated function for assembling SMS and the main program 2017-02-04 12:30:34 +01:00
observium_sms.py New scripts for Icinga and Observium 2017-02-04 11:34:47 +01:00
README.md First commit with working implementation 2017-02-02 14:41:18 +01:00
sms_functions.py First commit with working implementation 2017-02-02 14:41:18 +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')