Skip to content
/ tftp Public

Trivial file transfer protocol implementation in elixir

Notifications You must be signed in to change notification settings

m13m/tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTP

Trivial file transfer protocol aka TFTP it's a simple protocol to transfer file over the UDP.

This project implements both server and client in Elixir

Why implement this protocol

  • To learn more about the Network API in Erlang/Elixir

Installation

If available in Hex, the package can be installed by adding tftp to your list of dependencies in mix.exs:

def deps do
  [
    {:tftp, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tftp.

About

Trivial file transfer protocol implementation in elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages