ANN: Tftpy 0.1 - Pure Python TFTP Library

2006-10-03 Thread Michael P. Soulier
cators. It supports RFCs 1350, 2347 and 2348. This library was developed against Python 2.4.1. Project page: http://sourceforge.net/projects/tftpy/ License is the CNRI Python License. http://www.opensource.org/licenses/pythonpl.php -- Michael P. Soulier <[EMAIL PROTECTED]> "Any inte

ANN: Tftpy 0.3 - Pure Python TFTP Library

2006-12-09 Thread Michael P. Soulier
Copyright, Michael P. Soulier, 2006. About Release 0.3: == This release fixes a major RFC 1350 compliance problem with the remote TID. About Release 0.2: == This release adds variable block sizes, and general option support, implementing RFCs 2347 and 2348. This

ANN: Tftpy 0.4 - Pure Python TFTP Library

2006-12-16 Thread Michael P. Soulier
Copyright, Michael P. Soulier, 2006. About Release 0.4: == This release adds a TftpServer class with a sample implementation in bin. The server uses a single thread with multiple handlers and a select() loop to handle multiple clients simultaneously. Only downloads are supported

ANN: Tftpy 0.4.5

2008-05-28 Thread Michael P. Soulier
Copyright, Michael P. Soulier, 2006. About Release 0.4.5: Bugfix release for compatability issues on Win32, among other small issues. About Release 0.4.4: Bugfix release for poor tolerance of unsupported options in the server. About Release 0.4.3