Code Monkey home page Code Monkey logo

hab-wspr's Introduction

hab-wspr

High altittude ballon tracking via WSPR

The software webscrapes data from wsprnet.org, filter out calls from the balloons and decode additional telemetry. Currently the script supports upload to:

There are existing functions to load/save flightdata from csv/wsprnet-archive-files. ( http://wsprnet.org/drupal/downloads )

The protocol for the telemetry is described here:

Installation

First clone the repo:

git clone https://github.com/sm3ulc/hab-wspr

The package requires some extra modules that need to be installed via pip or similar

apt install python3-httplib2 python3-requests python3-bs4

For windows users install anaconda with python 3.

pip install httplib2
pip install bs4

Configuration

Edit balloon.ini and add aprs-is user etc. Add balloons on the format:

[ habhub name, aprs-wspr-call, band in mhz, channel, timeslot, datetime, html_push, aprs-ssid, aprs_comment]

habhub name = fancy name to use on habhub

aprs-wspr-call = call to use for aprs data

band in mhz - band to use, i.e 20m band is 14 Mhz

channel - channelnumber 0 to 15

timeslot - 0 to disable use of timeslots. 1-5, use correspondent slot 00, 02, 04 etc.

datetime - starttime in isoformat to calculate duration

html_push 1 to push html page otherwise 0, ONLY for one balloon

aprs-ssid - the ssid to use with aprs-call

aprs_comment - comment to use for comment in aprs-packet

To run on linux: (with default config file balloon.ini)

python3 webscrape.py

The scripts work with a database in sqlite. It can be used to do all kinds of output/export like checking the last sent spots:

sqlite3 wsprdb.db 'select * from sentspots order by time_sent desc limit 30'

Testing

Adjust your balloon.ini or other configfile like test.ini.

Goto http://wsprnet.org/drupal/downloads or

wget http://wsprnet.org/archive/wsprspots-2019-12.csv.gz

Extract data from archive and append filtered spots to spots.csv in and then process.

python3 webscrape.py --archive wsprspots-2019-12.csv.gz  --conf test.ini	 

Read csv-file from spots.csv and process.

python3 webscrape.py --csv spots.csv

hab-wspr's People

Contributors

sm3ulc 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.