lucas-bremond / vrt-bridge

Convert a raw I/Q stream into VRT (VITA-49) packets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRT Bridge

Convert a raw I/Q stream into VRT (VITA-49) packets.

Usage

To start the service:

docker run \
    --rm \
    --volume="$(pwd)/config:/config:ro" \
    vrt-bridge \
    --config=/config/config.yml

About

Convert a raw I/Q stream into VRT (VITA-49) packets.

License:MIT License


Languages

Language:Python 88.7%Language:Dockerfile 6.6%Language:Makefile 4.6%