Giter Site home page Giter Site logo

jackstraw1112 / socket_chat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bansheng/socket_chat

0.0 0.0 0.0 3.04 MB

基于QT的socket通讯程序,实现文件可靠传输,支持点对点在线聊天和离线消息缓存,支持多人在线聊天。

C++ 93.71% C 1.65% Makefile 4.43% QMake 0.21%

socket_chat's Introduction

Socket_chat

tags: socket QT

开发平台

> 基于QT5.8.0 MINGW版本开发 运行环境为win 64bit

基本功能

1. 工具包括服务器端和客户端;
2. 具备用户注册、登录、找回密码功能(基于TCP协议); 3. 两个用户如果同时在线,采用点到点通信方式进行聊天,信息不需要通过服务器中转,服>务器也不保存(基于TCP协议); 4. 支持离线消息(基于TCP协议); 5. 支持点到点可靠文件传输(基于UDP协议); 6. 存储在服务器端的数据需要进行强加密; 7. 支持不少于两组用户同时在线交流和传输文件; 8. 文件传输具有良好的性能,能够充分利用网路带宽;

预期实现功能

  • 服务器端在linux机器上完成,部署到云主机上

  • 服务器进程做成主机的服务进程

  • 数据库存储用户信息,支持用户注册找回密码,预计支持邮件找回密码

  • 文件传输改为TCP,采用多线程传输

  • 支持好友机制,支持图片发送

  • 离线消息存入数据库,读取数据库

socket_chat's People

Contributors

bansheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.