python-tx-tftp
python-tx-tftp copied to clipboard
A Twisted-based TFTP implementation
Hello, It'd be nice if we could install python-tx-tftp with "pip install". It seems it's not in PyPI at the moment. Can you please fix it.
To support ipv6 the session sockets need to listen on the local interface the main connection arrived. This way the session sockets get the correct address family.
The write session needs to remain open for a short while so that ACKs can be returned if a duplicate DATA packet is received. However, when the last packet is...
I did a test with twisted version 11.1.0 and the problem with the descendant method is fixed, but with this version but you still get errors: ``` 2014-02-28 09:43:24+0100 [TFTP...
The basic concept of this backend is to forward TFTP queries "as is" to an HTTP server, as a simple way to allow dynamic files generated on the fly for...
I'm looking into the possible to extend your code to provide following features for a read only tftp server: - If a file is requested and the file can be...