Skip to content

Public release of MBA2MFII, a tool to convert MBA-exported JSON file inputs into an MF-II Challenge Speed Test CSV file output

License

Notifications You must be signed in to change notification settings

jonathanmccormack/mba2mfii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBA2MFII

Introduction

MBA2MFII is designed to quickly and accurately convert data from the Measuring Mobile Broadband America ("MBA" or "FCC Speed Test") app released by the Federal Communications Commission ("FCC") into the Challenge Speed Test CSV file format required for the Mobility Fund Phase II ("MF-II") Challenge Process. Data recorded by the FCC Speed Test app can be exported in JSON format, which must be converted in order to be uploaded into the MF-II Challenge Process Portal, hosted by the Universal Service Administrative Company ("USAC").

Additional information about the MF-II Challenge Process, how to participate, and the USAC MF-II Challenge Portal is available on the MF-II webpage.

System Requirements

MBA2MFII is a Python command-line program that is intended for POSIX platforms (Linux, macOS, etc.), but may work on Windows, and requires Python 3.5 or greater in order to run.

Usage

Command-line

Usage: mba2mfii [options] [INPUTS] [OUTPUT]

Optional Parameters:
    -i, --device-imei           Use specified Device IMEI
    -d, --device-id             Override device detection and use specified Device ID
    -p, --provider-id           Override provider detection and use specified Provider ID
        --clobber               Overwrite existing output file
        --dry-run               Perform all actions except writing output file
        --verbose               Increase verbosity to DEBUG level
    -h, --help, --usage         Show this usage message and quit
        --version               Show version information about this script

Release Notes

MBA2MFII Tool 0.0.1 [2018-08-15]

  • Initial release

About

Public release of MBA2MFII, a tool to convert MBA-exported JSON file inputs into an MF-II Challenge Speed Test CSV file output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages