dicom-scpproxy 0.10.0

A proxy SCP server, for logging and diagnostics
# DICOM-rs `scpproxy`

[![CratesIO](https://img.shields.io/crates/v/dicom-scpproxy.svg)](https://crates.io/crates/dicom-scpproxy)
[![Documentation](https://docs.rs/dicom-scpproxy/badge.svg)](https://docs.rs/dicom-scpproxy)

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](https://github.com/Enet4/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)
```