Updated README

git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@8 63283fd4-ec1e-0410-9879-cb7f675518da
master
msoulier 2006-10-04 03:46:21 +00:00
parent 09de253d8f
commit c6094b0b54
1 changed files with 15 additions and 6 deletions

21
README
View File

@ -1,14 +1,23 @@
Copyright, Michael P. Soulier, 2006.
This is a simple tftp library for Python. The project has no hosting as of
yet, so for now, simply direct any problems to me at
msoulier@digitaltorque.ca.
About Tftpy:
============
This library was developed against Python 2.4.1. If you have a previous
version, don't bother contacting me. You're welcome to backport it if you
like.
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>