Skip to content

Tambralinga/tftpd64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the complete source code for Tftpd32 and Tftpd64, the industry standard TFTP server.

The application has been splitted into 2 parts : 
  - the GUI management (main thread)
  - the background process (other threads)

They communicate together by messages sent through a TCP socket. In addition to separate processing and display, this allow a remote monitoring for the service edition.

_common and _libs directories contains files which belongs to both parts.
GUI processing is in the _gui directory.
Demon and background processing is found into _services directory.
Initializations are in the _main directory

tftpd32.sln and .vcxproj files are the project files necessary for building the executables.

All code is released under the European Public License, which is compatible with the GPLv2.

About

tftpd64, the industry standard TFTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published