First commit with working implementation
This commit is contained in:
commit
1feabffe2b
5 changed files with 308 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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')
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue