#dicom #proxy-server #scp

app dicom-scpproxy

A proxy SCP server, for logging and diagnostics

13 releases (7 breaking)

0.9.0 Oct 4, 2025
0.8.2 Jul 27, 2025
0.8.1 Jan 16, 2025
0.8.0 Nov 6, 2024
0.1.0 May 24, 2020

#2562 in Command line utilities

Download history 1/week @ 2025-10-24

621 downloads per month

MIT/Apache

320KB
6K SLoC

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)

Dependencies

~16MB
~196K SLoC