Configuration utility for OpenModem
 
 
 
 
Go to file
Mark Qvist c8237e161d Updated to Python 3 2020-04-29 15:48:37 +02:00
public Added readme 2020-01-26 13:08:26 +01:00
.gitignore Include directory 2019-02-14 15:33:40 +01:00
README.md Updated to Python 3 2020-04-29 15:48:37 +02:00
openmodemconfig.py Updated to Python 3 2020-04-29 15:48:37 +02:00
openmodemconfig.py.bak Updated to Python 3 2020-04-29 15:48:37 +02:00

README.md

OpenModem Configuration Utility

Dependencies:

  • Python 3
  • pyserial
  • cryptography
  • requests
  • psutil
  • pywebview
# Install dependencies
pip install pyserial cryptography requests psutil pywebview