README.md

# Exmodem

Exmodem is an Elixir client for the XMODEM file transfer protocol. Variants
such as XMODEM-CRC and XMODEM-1K are also supported.

## Installation

The package can be installed by adding `exmodem` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
  [
    {:exmodem, "~> 0.1"}
  ]
end
```

Documentation can be found at <https://hexdocs.pm/exmodem>.

## Development

To run the full test suite, be sure to install `lrzsz`