python-txtftp

Twisted-based TFTP implementation
  https://github.com/shylent/python-tx-tftp
  0
  no reviews



A Twisted-based TFTP implementation that implements:

* RFC1350 (base TFTP specification) support.
* Asynchronous backend support.
* netascii transfer mode.
* RFC2347 (TFTP Option Extension) support. blksize (RFC2348) and timeout.
(partial support for RFC2349) options are supported.
* An actual TFTP server.
* Plugin for twistd.