Dotfiles/bin/.bin/modem
Jonathan Hodgson 6dec897849 Changes the sms log file so that new messages can be counted
The log now contains @READ@ where @ is a null byte where new and old
messages diverge. This means that new sms's can be more easily counted

This, as well as a count for missed calls, has been added to the
phoneStatus notification
2021-04-05 10:23:39 +01:00
..
checkCall Adds missed calls list to phone menu 2021-04-04 17:30:49 +01:00
checkSMS Changes the sms log file so that new messages can be counted 2021-04-05 10:23:39 +01:00
common Makes calling work 2021-04-04 16:01:24 +01:00
dialer Makes calling work 2021-04-04 16:01:24 +01:00
makeCall Makes calling work 2021-04-04 16:01:24 +01:00
missedCalls
monitorModem Makes calling work 2021-04-04 16:01:24 +01:00
README.md
sendSMS

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