# ext2-py-udp **Repository Path**: mind-plus/ext2-py-udp ## Basic Information - **Project Name**: ext2-py-udp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-13 - **Last Updated**: 2026-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: MindPlus-Ext2 ## README # UDP广播 ![cover](extension/public/cover.png) `udp` 是一个适用于 Mind+ V2 Python积木模式的扩展(让局域网内的设备与设备通过UDP协议实现多机广播通信)。 该扩展共提供 8 个积木。 ## 积木 | 积木类型 | 积木内容 | |---|---| | 帽子 | UDP服务器收到的广播消息 | | 数值 | 广播消息(服务器端) | | 命令 | 设置UDP服务器端口 [PORT] | | 命令 | UDP服务器发送消息 [MESS] | | 帽子 | UDP客户端收到的广播消息 | | 数值 | 广播消息(客户端) | | 命令 | 设置UDP客户端连接到服务器IP [IP] 端口 [PORT] | | 命令 | UDP客户端发送到消息 [MESS] | ## 更新日志 ### V0.0.5 - 完成扩展基础功能 ## 开发指南 更详细的 Mind+ V2 扩展开发说明请参考:[Mind+官方扩展开发文档](https://mindplus.dfrobot.com.cn/mp2/Extensions/) ## V1 原始库来源 本库迁移自 Mind+ V1(1.x)用户库,保留 `compatibilityId` 字段以兼容旧版工程。 - compatibilityId:`nick-udp-thirdex` - 原作者:nick - 原始仓库:https://gitee.com/chenqi1233/ext-socket