Dotfiles/bin/.bin/modem
Jonathan Hodgson 271c253178 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
2021-02-15 21:26:55 +00:00
..
README.md Starts writing modem scripts 2021-02-15 21:26:55 +00:00
sendSMS Starts writing modem scripts 2021-02-15 21:26:55 +00:00

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