Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

MQTT

项目进度 https://fafl00pjf2.feishu.cn/docx/A5pHdLuQcoJ3FYxb5iQc5XkJn7b?from=from_copylink

项目结构

1. mysql.py

用于进行与数据库进行交互,并存有查询,保存等对user,chat的数据进行操作的函数

2. Client

用于存储客户端的各种操作,自己 新建一个继承类(参考最新代码)!! 用来管理自己的功能函数,别改我的代码,有啥需求和问题和我说

3. Server

用于存储服务端的各种操作,自己 新建一个继承类(参考最新代码)!! 用来管理自己的功能函数,别改我的代码,有啥需求和问题和我说