Configuration utility for OpenModem
 
 
 
 
Go to file
Mark Qvist 202754487d Updated readme 2020-04-30 21:33:37 +02:00
gfx Added MacOS build system 2020-04-29 20:21:44 +02:00
public Updated jQuery to 3.5.0 2020-04-30 12:49:17 +02:00
.gitignore Added windows build spec 2020-04-30 20:09:25 +02:00
README.md Updated readme 2020-04-30 21:33:37 +02:00
build.sh Added MacOS build system 2020-04-29 20:21:44 +02:00
linux-build.spec Added Linux build spec 2020-04-30 20:54:20 +02:00
openmodemconfig.py Fixed python3 migration issue 2020-04-30 18:59:32 +02:00
setup.py Added MacOS build system 2020-04-29 20:23:19 +02:00
windows-build.spec Added windows build spec 2020-04-30 20:18:46 +02:00

README.md

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, Linux 64-bit and Windows. There is currently no pre-built package for Raspberry Pi, but you can use the instructions below to run it on Raspbian as well.

If you prefer to run from source, it is very easy to do so:

# 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