Coder Social home page Coder Social logo

sdrpp_radiosonde's Introduction

Radiosonde decoder plugin for SDR++

radiosondeGPX

Compatibility:

Manufacturer Model GPS Temperature Humidity XDATA
Vaisala RS41-SG ✔️ ✔️ ✔️ ✔️
Meteomodem M10 ✔️ ✔️ ✔️
Meteomodem M20 ✔️ ✔️
GRAW DFM06/09/17 ✔️ ✔️
Meisei iMS-100 ✔️ ✔️ ✔️
Meisei RS-11G ✔️ ✔️ ✔️
InterMet iMet-1/4 ✔️ ✔️ ✔️ ✔️
Meteolabor SRS-C50 ✔️ ✔️
Meteo-Radiy MRZ-N1 ✔️ ✔️

Installing

Binary releases for Windows and Linux (both x86-64 only, built for SDR++ nightlies) are available from the Releases page.

  • Windows: download the .dll file from the latest release, and place it in the modules directory within your SDR++ installation.
  • Linux: download the .so file from the latest release, and place it in the /usr/lib/sdrpp/plugins folder.

The plugin can then be enabled from the module manager in SDR++, under the name radiosonde_decoder.

Building from source

If no binary is available for your platform, you can build this plugin from source:

  1. Download the SDR++ source code: git clone https://github.com/AlexandreRouma/SDRPlusPlus
  2. Open the top-level CMakeLists.txt file, and add the following line in the # Decoders section at the top:
option(OPT_BUILD_RADIOSONDE_DECODER "Build the radiosonde decoder module (no dependencies required)" ON)
  1. In that same file, search for the second # Decoders section, and add the following lines:
if (OPT_BUILD_RADIOSONDE_DECODER)
add_subdirectory("decoder_modules/sdrpp_radiosonde")
endif (OPT_BUILD_RADIOSONDE_DECODER)
  1. Navigate to the decoder_modules folder, then clone this repository: git clone https://github.com/dbdexter-dev/sdrpp_radiosonde --recurse-submodules
  2. Build and install SDR++ following the guide in the original repository
  3. Enable the module by adding it via the module manager

sdrpp_radiosonde's People

Contributors

dbdexter-dev 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.