Starts writing modem scripts
Currently, I only have one for sending sms messages. Inspiration was taken from sxmo's send message script although I prefer to send a message from a file so I don't have to worry about escaping quotes etc. Also, i make use of flags
This commit is contained in:
parent
fb93abe720
commit
271c253178
2 changed files with 140 additions and 0 deletions
7
bin/.bin/modem/README.md
Normal file
7
bin/.bin/modem/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Modem Scripts
|
||||
|
||||
These are used to interface with a modem.
|
||||
|
||||
They require Modem Manager to be installed.
|
||||
|
||||
Much of the code came from the SXMO project
|
Loading…
Add table
Add a link
Reference in a new issue