dicom-scpproxy

Crates.iodicom-scpproxy
lib.rsdicom-scpproxy
version0.7.0
sourcesrc
created_at2020-05-24 16:36:29.210645
updated_at2024-04-25 11:39:35.142564
descriptionA proxy SCP server, for logging and diagnostics
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id245293
size34,011
Eduardo Pinho (Enet4)

documentation

README

DICOM-rs scpproxy

CratesIO Documentation

This is an implementation of the Proxy SCP, which can be used for logging and debugging purposes.

This tool is part of the DICOM-rs project.

Usage

    scpproxy [OPTIONS] <destination-host> <destination-port>

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

OPTIONS:
    -l, --listen-port <listen-port>    The port that we will listen for SCU connections on [default: 3333]

ARGS:
    <destination-host>    The destination host name (SCP)
    <destination-port>    The destination host port (SCP)
Commit count: 1983

cargo fmt