4Z1KD / HolyCluster

This is an ongoing effort to create a visualization of the ham radio cluster
3 stars 3 forks source link

icon

HolyCluster 🌐

This is an ongoing effort to create a visualization of the ham radio cluster
image

Installation 🛠

  1. create a virtual environment (https://docs.python.org/3/library/venv.html)
    python -m venv venv_HolyCluster
  2. activate the venv:
    • Windows: \venv_HolyCluster\Scripts\activate.bat
    • Linux: source venv_HolyCluster/bin/activate
  3. install the project (-e is for development mode):
    pip install -e .


usage 💾

For now, the best way to run the application is to start the client side server:

uvicorn --reload ClientSideServer:app

For system without omnirig installed, execute:

DUMMY=1 uvicorn --reload ClientSideServer:app

Then, go to The main page at http://localhost:8000/index.html.

in the future it will be compiled into an executable 💾

progress 📈

since this is a work in progress, please expect poor performance, bugs, runtime issues and more.