Skip to content

Configuration utility for OpenModem

Notifications You must be signed in to change notification settings

markqvist/openmodemconfigutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenModem Configuration Utility

This is the graphical configuration utility for OpenModem.

To download packaged builds, see the OpenModem page at unsigned.io. Packages are supplied for MacOS and Windows.

For Linux and Raspberry Pi the recommended method is to install from this repository, using the following instructions:

# If you don't already have Python3, install it:
sudo apt install python3 pip3

# If on a Raspberry Pi, install GTK and webkit dependencies 
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-webkit2-4.0

# Install OpenModem Configuration dependencies
pip3 install pyserial requests psutil pywebview

# Download the program from GitHub
git clone https://github.com/markqvist/openmodemconfigutil.git

# Go to the folder and run the program
cd openmodemconfigutil
python3 openmodemconfigutil.py

Dependencies:

  • Python 3
  • pyserial
  • requests
  • psutil
  • pywebview

About

Configuration utility for OpenModem

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published