|

hs tftp .NET CLASS library
architecture
HS TFTP
.NET class library internally consists of upper layer interface class
DLL – HsTftpDllCs.dll, core TFTP DLL – HsTftpDll.Dll, TFTP protocol
module – HsTftp and Socket interface module HsSock
MODEL OF OPERATION
HS TFTP
.NET Class Library has been designed to provide simple and convenient
way for calling applications to run TFTP server mode and client mode
file transfers. All file handling, timer related and protocol related
activity is hidden inside the class library.
HS TFTP .NET Class Library internally at a lower layer interfaces to HS Sock library which provides UDP
transport services. User application need not worry about Winsock
- HS TFTP .NET does all transmission, reception and event handling over socket layer.
TFTP module which is part of the class library
handles all protocol information flow, error recovery, acknowledgements,
timeouts and so on.
|