https://github.com/fengjungle/qtsocket
Transferring messages and files between the server and the client are realized in this project.
https://github.com/fengjungle/qtsocket
cpp qt5 socket-programming
Last synced: 2 months ago
JSON representation
Transferring messages and files between the server and the client are realized in this project.
- Host: GitHub
- URL: https://github.com/fengjungle/qtsocket
- Owner: FengJungle
- Created: 2020-04-18T07:32:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T03:24:55.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:12:05.201Z (3 months ago)
- Topics: cpp, qt5, socket-programming
- Language: C++
- Homepage:
- Size: 23.5 MB
- Stars: 35
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QtSocket
## Info
- Date: 2020-04-18
- Author: fengjungle### About me:
- Name: Feng Qiangguo
- Mail: [email protected]
- WeChat: fengjungle## 项目简介
该项目由两个工程组成,QtSocketServer和QtSocketClient。其中QtSocketServer是服务器,QtSocketClient是客户端。
该工程利用Qt自带的QtNetWork、QTcpSocket等组件设计实现了客户端与服务器之间的消息发送和文件传输。
## 开发环境:
Visio Studio 2013 + Qt5.6.0
## 博客地址:
https://blog.csdn.net/sinat_21107433/article/details/80150575
## Project Introduction:
This project includes two parts: QtSocketServer and QtSocketClient. QtSocketServer is the server, and QtSocketClient is the client.
Transferring messages and files between the server and the client are realized in this project, which is implemented via Qt lib, like QtNetWork and QTcpSocket.
## Develop environment:
Visio Studio 2013 + Qt5.6.0## Blog:
https://blog.csdn.net/sinat_21107433/article/details/80150575