9 个版本 (5 个破坏性版本)

0.7.0 2024年4月25日
0.5.0 2023年7月23日
0.4.1 2022年10月23日
0.4.0 2022年4月28日
0.1.0 2020年5月24日

#1395命令行工具

MIT/Apache

1.5MB
21K SLoC

DICOM-rs scpproxy

CratesIO Documentation

这是一个 Proxy SCP 的实现,可用于日志记录和调试。

此工具是 DICOM-rs 项目的一部分。

用法

    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)

依赖关系

~7–13MB
~138K SLoC