Exmodem is an Elixir client for the XMODEM file transfer protocol. Variants such as XMODEM-CRC and XMODEM-1K are also supported.
The package can be installed by adding exmodem to your list of dependencies
in mix.exs:
def deps do
[
{:exmodem, "~> 0.1"}
]
endDocumentation can be found at https://hexdocs.pm/exmodem.
To run the full test suite, be sure to install lrzsz