11 releases (6 breaking)

0.8.1 Jan 16, 2025
0.8.0 Nov 6, 2024
0.7.0 Apr 25, 2024
0.5.0 Jul 23, 2023
0.1.0 May 24, 2020

#2293 in Command line utilities

Download history 117/week @ 2024-11-03 10/week @ 2024-11-10 4/week @ 2024-11-17 8/week @ 2024-12-08 1/week @ 2024-12-15 3/week @ 2024-12-22 110/week @ 2025-01-12 20/week @ 2025-01-19 7/week @ 2025-02-02

137 downloads per month

MIT/Apache

290KB
5.5K 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

~9–15MB
~158K SLoC