1 Star 0 Fork 4

张规化 / tftpd32

forked from elecfun / tftpd32 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ReadMe.txt 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
elecfun 提交于 2017-08-11 01:21 . Repo Created
This is the complete source code for Tftpd32 and Tftpd64, the industry standard TFTP server.
The code has been splitted into 2 parts :
- the GUI management
- the background process
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.
C
1
https://gitee.com/ghzhangz/tftpd32.git
git@gitee.com:ghzhangz/tftpd32.git
ghzhangz
tftpd32
tftpd32
master

搜索帮助