Sidos is a Python project designed to assist with radio data processing and combination tasks. The main script, radio_combiner.py, provides functionality for combining dual 5 GHz radios.
- Combine 5 GHz radios from the same AP
- Python 3.7 or higher
-
Clone this repository:
git clone https://github.com/Powers17/Sidos.git cd Sidos -
(Optional) Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install any required dependencies (if applicable):
pip install -r requirements.txt
Note: If
requirements.txtdoes not exist, install dependencies as needed.
Run the main script:
python radio_combiner.py