Skip to content
Snippets Groups Projects
README.md 556 B
Newer Older
Kevin Keijzer's avatar
Kevin Keijzer committed
# ModemManager SMS Gateways

This repository contains scripts that forward text messages received by ModemManager to other channels, such as e-mail, XMPP and Telegram.

## Usage

The scripts can be run manually from the command line, or scheduled with cron or systemd timers.

## Requirements

- bash
- jq
- ModemManager

For e-mail:
- bsd-mailx or mailutils

For XMPP:
- go-sendxmpp

For Mattermost and Telegram:
Kevin Keijzer's avatar
Kevin Keijzer committed
- curl

## License

This project is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](LICENSE) file for details.