Giter VIP home page Giter VIP logo

ukhasnet-decoder's Introduction

Decode UKHASnet packets with a RTL SDR dongle

This is a simple UKHASnet decoder for RTL SDR dongles. Other similar decoder might already exist but this was a way for me to understand the protocol and get used to it.

You need to have a working dongle and rtl_fm running.

Before starting

rtl_test

rtl_test -p 10 to get ppm error or use kalibrate but it did not work for me on OSX.

Get started

make

./UKHASnet-decoder -h

TODO (see code for details)

  • Synchronisation:
    • Add tolerance bit option (and possibly use the preamble for more robustness)
    • Support inverted bits
  • Confirm that RFM CRC computation is weird (has someone had some experience with that ?)
  • Find better threshold formula to account for packet with no sufficient bit transitions

ukhasnet-decoder's People

Contributors

jonsowman avatar vgire avatar vincentsan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ukhasnet-decoder's Issues

getopt assigns sample rate to the verbose option; -v -s 8000

getopt(argc, argv, "s:h:v:w") in main() should probably be getopt(argc, argv, "s:hvw") (only -s accepting an argument, as I understand it.)

"The options argument is a string that specifies the option characters that are valid for this program. An option character in this string can be followed by a colon (‘:’) to indicate that it takes a required argument. If an option character is followed by two colons (‘::’), its argument is optional; this is a GNU extension." - https://www.gnu.org/software/libc/manual/html_node/Using-Getopt.html

example; https://www.gnu.org/software/libc/manual/html_node/Example-of-Getopt.html

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.