https://github.com/markmac99/rmsmonitor
Simple desktop app to check the status of one or more RMS meteor cameras
https://github.com/markmac99/rmsmonitor
Last synced: 10 months ago
JSON representation
Simple desktop app to check the status of one or more RMS meteor cameras
- Host: GitHub
- URL: https://github.com/markmac99/rmsmonitor
- Owner: markmac99
- License: bsd-3-clause
- Created: 2024-02-05T09:44:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:18:48.000Z (11 months ago)
- Last Synced: 2025-04-09T21:57:10.046Z (10 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RMSMonitor
Simple desktop app to check the status of one or more RMS meteor cameras
## Installation
### Windows
* Download the zip file from [here](https://github.com/markmac99/RMSMonitor/releases) and unpack it into a folder of your choosing.
* Edit the sample ini file to contain a comma-separated list of the stations you want to monitor, then save it as "rmsconfig.ini" with quotemarks around the name (he quotemarks are essential to prevent windows secretly renaming the file with a .txt or .sample extension).
* Create a desktop shortcut pointing to checkStatus.exe.
### Linux and MacOS
You will need Python 3.7 or later installed. Python 2.x is not supported.
* Create a folder RMSMonitor in your home directory.
* Download the tgz file from [here](https://github.com/markmac99/RMSMonitor/releases) and unpack it into this folder.
* Rename the sample config file to rmsmonitor.ini, and edit it to contain a comma-separated list of the stations you want to monitor.
* Open a terminal window and run the install script:
``` bash
$HOME/RMSMonitor/install.sh
```
* This should create a desktop icon from which you can run the tool.