wok diff atftp/description.txt @ rev 16499
Addpython-rpi-pyglow with custom pyglow tool to easily test Pyglow (tested by myself)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 19:22:10 2014 +0200 (2014-04-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/atftp/description.txt Wed Apr 23 19:22:10 2014 +0200 1.3 @@ -0,0 +1,4 @@ 1.4 +atftp is a client/server implementation of the TFTP protocol that implements 1.5 +RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the 1.6 +client presents a friendly interface using libreadline. The current server 1.7 +implementation lacks IPv6 support.