#!/bin/bash PROGNAME="$0" PORT=554 IP= CREDS= DEBUG=0 CHANNEL=1 FORCE_UDP=0 FORCE_TCP=0 die() { echo >&2 "error: $@" exit 1 } usage() { cat <