rbn

Crates.iorbn
lib.rsrbn
version0.1.4
sourcesrc
created_at2021-01-31 00:02:11.15443
updated_at2021-05-01 14:51:41.040745
descriptionA small CLI interface to the Reverse Beacon Network, displaying all global network spots in real time as a formatted feed in a terminal
homepage
repositoryhttps://github.com/Ewpratten/rbn
max_upload_size
id348676
size51,030
Evan Pratten (ewpratten)

documentation

README

Reverse Beacon Network CLI

Crates.io Build

rbn is a small CLI interface to the Reverse Beacon Network, displaying all global network spots in real time as a formatted feed in a terminal.

Installation

From Source

git clone https://github.com/ewpratten/rbn
cd rbn
cargo install --path .

From Crates.io

cargo install rbn

Pre-built Binaries

I share a few pre-built binaries for systems I use on the releases page.

Usage

# rbn --help

Reverse Beacon Network Client 0.1.2
Evan Pratten <ewpratten@gmail.com>

USAGE:
    rbn [OPTIONS] --callsign <callsign>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --band <band>...             Band name to filter by. This can be used multiple times to filter multiple bands
    -c, --callsign <callsign>        Your callsign (used to authenticate with RBN)
    -f, --filtercall <filtercall>    Callsign to filter by

Screenshots

Screenshot

Commit count: 24

cargo fmt