Giter Club home page Giter Club logo

k1fm-wsprnet-tools's Introduction

K1FM WSPRnet Tools

This toolset manipulates WSPR data producted by K1FM PicoBalloon boards. Two features are currently implemented:

  • WSPR to APRS Gateway

    Allows WSPR data to be fetched, analyzed and re-published to the APRS-IS network.

    $ ./wspr-to-aprs.py -h
    usage: wspr-to-aprs.py [-h] [--dry-run] [--max-age MAX_AGE] [--debug]
                           callsign first_identifier second_identifier
    
    WSPR to APRS gateway bridge for K1FM Picoballoon boards.
    
    positional arguments:
      callsign           station callsign
      first_identifier   first identifier (Q or 0)
      second_identifier  second identifier (0 to 9)
    
    optional arguments:
      -h, --help         show this help message and exit
      --dry-run
      --max-age MAX_AGE  number of seconds after a WSPR packet is considered as
                         expired
      --debug
    

    Example Usage:

    $ ./wspr-to-aprs.py N0CALL Q 9
    
  • KML file geneator Allows the the creation of KML files from historic WSPR archives.

    $ ./wspr-to-kml.py -h
    usage: wspr-to-kml.py [-h] [--start-month START_MONTH] [--end-month END_MONTH]
                         [--skip-downloads] [--debug] [--cleanup]
                         callsign first_identifier second_identifier
    
    This utility takes data from WSPR archives and generates KML files for K1FM
    Picoballoon flights.
    
    positional arguments:
     callsign              balloon callsign
     first_identifier      first identifier (Q or 0)
     second_identifier     second identifier (0 to 9)
    
    optional arguments:
     -h, --help            show this help message and exit
     --start-month START_MONTH
                           year-month when the flight begun (eg. 2019-09).
                           Defaults to current month
     --end-month END_MONTH
                           year-month when the flight ended (eg. 2019-11).
                           Defaults to current month
     --skip-downloads
     --debug  --cleanup
    

    Example Usage:

    ./wspr-to-kml.py K1FM Q 9 \
      --debug \
      --start-month 2019-12 \
      --end-month 2019-12 \
      --cleanup
    

k1fm-wsprnet-tools's People

Contributors

adecarolis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.