Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 275 Bytes

File metadata and controls

19 lines (11 loc) · 275 Bytes

Implementing some of TFTP

https://www.ietf.org/rfc/rfc1350.txt

Not implementing:

  • putting files
  • modes other than netascii
  • error messages

install the requirements:

$ pip install -r requirements.pip

run the tests

$ trial tests.py