ook-decoder
ook-decoder copied to clipboard
Ook-decoder reads On-Off Keying radio data commonly used in the 433MHz ISM bands using a software defined radio (SDR).
~/Downloads/ook-decoder# make cc -std=c99 -Wall -Werror -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_DARWIN_C_SOURCE=1 -g -O0 -pg -ffast-math -MMD -c -o ookd.o ookd.c In file included from /usr/include/ctype.h:25:0, from /usr/include/getopt.h:33, from ookd.c:1: /usr/include/features.h:148:3: error: #warning...
Hi, thanks for writing this app, was just what I was looking for. I have an rtlsdr sitting alongside the WH1080 weather station receiver, running ookd it detects 1 sometimes...
This will make it easy to paste mysterious data bursts into a browser page to visualize and analyze. Have to write that too.
And versions while I'm at it.
ookd should do its computation in fixed point for the sake of tiny ARM computers.