9 releases (5 breaking)

0.7.0 Apr 25, 2024
0.5.0 Jul 23, 2023
0.4.1 Oct 23, 2022
0.4.0 Apr 28, 2022
0.1.0 May 24, 2020

#1861 in Command line utilities

Download history 18/week @ 2024-02-17 18/week @ 2024-02-24 2/week @ 2024-03-02 6/week @ 2024-03-09 1/week @ 2024-03-16 46/week @ 2024-03-30 9/week @ 2024-04-06 110/week @ 2024-04-20 17/week @ 2024-04-27 1/week @ 2024-05-04

128 downloads per month

MIT/Apache

1.5MB
21K 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

~7–13MB
~140K SLoC