Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markqvist/openmodemconfigutil
Configuration utility for OpenModem
https://github.com/markqvist/openmodemconfigutil
Last synced: about 2 months ago
JSON representation
Configuration utility for OpenModem
- Host: GitHub
- URL: https://github.com/markqvist/openmodemconfigutil
- Owner: markqvist
- Created: 2020-01-26T12:09:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T16:02:54.000Z (almost 4 years ago)
- Last Synced: 2023-08-31T07:46:46.866Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 11.6 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenModem Configuration Utility
==========This is the graphical configuration utility for [OpenModem](https://github.com/markqvist/OpenModem).
To download packaged builds, see the [OpenModem page at unsigned.io](https://unsigned.io/openmodem). 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:
```bash
# 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