python -m venv venv venv\Scripts\activate
pip install fastapi pip install "uvicorn[standard]"
- Run Command to run uvicorn as Web Server
uvicorn main:app --reload
- then run python
python .\ping_check.py
- Adjust
ARRAY_LENGTH
in ping_check.py to fine tune array