Coder Social home page Coder Social logo

lookup3's Introduction

lookup3

A simple C command that wraps the lookup3 hashing algorithm, used in the WSPR mode.

When a station transmits a 6 char grid, or a compound call sign, the full message is sent over 2 tramission cycles (4 minutes, versus 2). WSJT-X calculations a hash for the callsign, which is a number from 0 to 32767. One the second tranmission, it sends this number to allow space for the other data. However, the number of users are such that calls are generating the same hash. This is a collision and can be confusing for users, who think that someone is operating with malicious intent. In general, it is probably better to not send a 6 char grid these days, since the odds of collisions are much greater.

Installation and Execution

Compile with:

gcc nhash.c hash.c -o hash

Excuting:

hash w1gm
Calculating for call sign: W1GJM
Callsign Hash: 30902

License info

WSJT-X GNU General Public License version 2.0 (GPLv2)
WSJT-X and this command use lookup3.c, by Bob Jenkins, May 2006. The license is Public Domain.

lookup3's People

Contributors

garymcm avatar

Stargazers

Harry avatar Amanda Debler avatar

Watchers

Bohdan Kmit 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.