Skip to content

suz19/MQTT

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?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 26, 2024 10:12
June 26, 2024 10:12
su
June 26, 2024 10:12
June 18, 2024 09:45
June 18, 2024 09:45
June 13, 2024 20:12
June 10, 2024 23:40
June 19, 2024 14:44

MQTT

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

项目结构

1. mysql.py

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

2. Client

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

3. Server

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