# lanbridge **Repository Path**: niu6364/lanbridge ## Basic Information - **Project Name**: lanbridge - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-28 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lanbridge 局域网设备协作工具集。 ## 项目 | 项目 | 说明 | 状态 | |------|------|------| | [lantools](./lantools/) | 局域网工具箱(视频串流、共享剪贴板、文件传输) | 开发中 | | [lancast](./lancast/) | 局域网投屏(实时屏幕/音频共享) | 计划中 | | [shared](./shared/) | 共享库(设备发现等) | 开发中 | ## 快速开始 ### 环境要求 - Go 1.22+ - Make ### 运行 ```bash cd lantools make run ``` 浏览器打开 http://localhost:8090 ## 文档 - [lantools 设计文档](./docs/lantools-design.md) - [lancast 设计文档](./docs/lancast-design.md) - [技术栈与开发环境](./docs/tech-stack.md) - [仓库结构说明](./docs/repo-structure.md)