Never used TFTP server for a Xen cluster at HSWAW.
This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
msoulier c6094b0b54 Updated README
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@8 63283fd4-ec1e-0410-9879-cb7f675518da
2006-10-04 03:46:21 +00:00
bin Added OACK packet, and factored-out client code. 2006-10-04 02:43:05 +00:00
doc Restructuring 2006-10-03 19:11:18 +00:00
lib Added seconds to logs 2006-10-04 03:02:16 +00:00
LICENSE Restructuring 2006-10-03 19:11:18 +00:00
MANIFEST.in Restructuring 2006-10-03 19:11:18 +00:00
README Updated README 2006-10-04 03:46:21 +00:00
setup.py Upping version to 0.2 2006-10-04 02:44:03 +00:00

Copyright, Michael P. Soulier, 2006.

About Tftpy:
============

Tftpy is a TFTP library for the Python programming language. It includes
client and server classes, with sample implementations. Hooks are included for
easy inclusion in a UI for populating progress indicators. 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

See LICENSE in this distribution.

Author:
=======

Michael P. Soulier <msoulier@digitaltorque.ca>