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`