From f4c37cf03bc6c5a178d277e75060feff2c82d0c7 Mon Sep 17 00:00:00 2001 From: djGrrr Date: Sun, 12 Mar 2023 17:24:34 -0230 Subject: [PATCH] Add README file --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1135416 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Sagemcom Modem Management Scripts + +A small collection of python modem management scripts for various Sagmecom modems + +Python 3.9+ required. + +## Installation + +```bash +pip install -r requirements.txt + +cp config_modem.py.dist config_modem.py +``` + +## Configuration + +Edit the settings in `config_modem.py`