增加文件传输功能

This commit is contained in:
huanglinhuan
2025-12-22 14:49:47 +08:00
parent 065251f727
commit e3db1b57a0
13 changed files with 1014 additions and 11 deletions

View File

@@ -19,6 +19,9 @@ set(SOURCES
NetworkSender.h
IddBridge.cpp
IddBridge.h
TcpServer.cpp
TcpServer.h
FileTransferProtocol.h
)
add_executable(WindowsSenderDemo ${SOURCES})