Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

GReX-Telescope/byte_slurper

Repository files navigation

byte_slurper

This is the packet capture code for GReX that ingests packetized spectra data and sends it to a PSRDada buffer.

Documentation to come!

byte_slurper 0.1.0

USAGE:
    byte_slurper [OPTIONS] --key <KEY> --device-name <DEVICE_NAME>

OPTIONS:
    -c, --capacity <CAPACITY>          Ring buffer capacity [default: 256]
    -d, --device-name <DEVICE_NAME>    Network device to capture packets from (MTU must be set to 9000)
    -h, --help                         Print help information
    -k, --key <KEY>                    Hexadecimal (sans leading 0x) PSRDADA key to create as source for heimdall
    -l, --listen-port <LISTEN_PORT>    Port to send TCP average spectra to [default: 4242]
    -p, --port <PORT>                  Port to capture UDP data from [default: 60000]
    -q, --quiet                        Less output per occurrence
    -v, --verbose                      More output per occurrence
    -V, --version                      Print version information

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages