Files
xiaozhi-esp32-server/main
9c2b2a2dcc Block docker web (#248)
* update:docker智控台设置提示

* 修复启动报错问题 (#247)

修复启动时SyntaxWarning: invalid escape sequence '\]'
  half_width_punctuations = '!"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~'的报错问题

* 2025-3-8-iot状态更新 (#243)

* 添加 GPTSoVits-V3 TTS (#234)

---------

Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: vonweller <154695311+vonweller@users.noreply.github.com>
Co-authored-by: Jiao Haoyang <108573524+XuSenfeng@users.noreply.github.com>
Co-authored-by: Echo <yowfung@163.com>
2025-03-09 01:02:37 +08:00
..
2025-03-07 21:19:41 +08:00
2025-03-09 01:02:37 +08:00
2025-03-06 10:55:01 +08:00

本文档是开发类文档,如需部署小智服务端,点击这里查看部署教程

项目目录介绍

当你看到这份文件的时候,这个这个项目还没完善好。我们还有很多东西要做。

如果你会开发,我们非常欢迎您的加入。

xiaozhi-esp32-server
  ├─ xiaozhi-server 8000 端口 Python语言开发 负责与esp32通信
  ├─ manager-web 8001 端口 Node.js+Vue开发 负责提供控制台的web界面
  ├─ manager-api 8002 端口 Java语言开发 负责提供控制台的api

xiaozhi-server 接口协议

虾哥团队通信协议:Websocket 连接

manager-web 、manager-api接口协议

manager前后端接口协议

前端页面设计图