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 Initial work on modem functionality 2021-03-02 18:35:57 +00:00
monitorModem Makes calling work 2021-04-04 16:01:24 +01:00
README.md Starts writing modem scripts 2021-02-15 21:26:55 +00:00
sendSMS Makes a start on dialer 2021-03-01 22:28:54 +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