Archives Feb. 2, 2010
Quicky testing TFTP Client (and server) with tftpy
Written by
on
in
Snaking.
To run a server (easy_install tftpy first):
from tftpy.TftpServer import TftpServer
TftpServer( 'tftp' ).listen( 'localhost', 8069 )
Which serves up the files in the 'tftp' directory on port 8069 (69 is the standard tftp port). To download an existing file from the server:
from tftpy.TftpClient import TftpClientwhich should download ...
TftpClient( 'localhost',8069).download( 'exists', 'downloaded.txt' )
Two Weeks to PyCon Dress Rehearsal @ PyGTA
Written by
on
in
Snaking.
Mark your calendars. Mark your icals. Mark your minds. 3 PyCon presenters will present at the regular Greater Toronto Area Python User's Group (PyGTA). Real-time feedback tools, a chance to chat with the presenters and give feedback after the talks, and a rollicking good time for all. 7pm -> ~11pm Tuesday the 16th. Be there, ...