i0x71 / openmodemconfigutil

Configuration utility for OpenModem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 49.2%Language:JavaScript 48.1%Language:Python 1.8%Language:HTML 0.8%Language:Shell 0.0%