一个轻量级、可拓展的,基于Json的通信协议。
Go to file
Mentalflow 54a48e591c
Bug fixed and setTimOut func added.
2023-01-15 12:17:37 +08:00
.gitignore Initial commit 2022-12-11 14:01:57 +08:00
DataManager.pro Initial commit 2022-12-11 14:04:13 +08:00
LICENSE Initial commit 2022-12-11 14:01:57 +08:00
README.md Initial commit 2022-12-11 14:04:13 +08:00
datamanager.cpp Initial commit 2022-12-11 14:04:13 +08:00
datamanager.h Initial commit 2022-12-11 14:04:13 +08:00
main.cpp Initial commit 2022-12-11 14:04:13 +08:00
protocol.cpp Bug fix. 2023-01-09 18:36:30 +08:00
protocol.h Bug fix. 2023-01-09 18:36:30 +08:00
tcpclient.cpp Bug fixed and setTimOut func added. 2023-01-15 12:17:37 +08:00
tcpclient.h Bug fixed and setTimOut func added. 2023-01-15 12:17:37 +08:00
tcpserver.cpp Bug fixed and setTimOut func added. 2023-01-15 12:17:37 +08:00
tcpserver.h Bug fixed and setTimOut func added. 2023-01-15 12:17:37 +08:00

README.md

data_manager

一个轻量级、可拓展的基于Json的通信协议(开发中)。