Skip to content

TheCommsChannel/mesh-rangetest-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TC² Meshtastic Range Test Map

Installation

  1. Clone the repository:

    cd ~
    git clone https://github.com/TheCommsChannel/mesh-rangetest-map.git
    cd mesh-rangetest-map

    Or download the zip file from the green "Code" button above if on Windows

  2. Set up a Python virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
    venv\Scripts\activate  
    • On macOS and Linux:
    source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Run Range Tests and place the csv files in the same directory. Change the name of the csv files to something that makes sense.

  2. Navigate to the mesh-rangetest-map directory if you're not already there and activate the virtual environment:

    • On Windows:
    venv\Scripts\activate  
    • On macOS and Linux:
    source venv/bin/activate
  3. Run the script with the following command:

    python rtmap.py
  4. An HTML file named rangetest-map.html will be generated which can now be opened to view the range test results.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages