HS TFTP C Source Library
HS tftp is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) overudp socket layer according to RFC 1350... Optional 1024 block size vs512 size configuration is availableHOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTPprotocol module: timer management, memory management and event callbacks... HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services...
Tags: winsock,
