# front_backend_example **Repository Path**: Luviewer/front_backend_example ## Basic Information - **Project Name**: front_backend_example - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## front_backend 例程 这是一个前后端的例程,前端是程序调用的接口,后端是管理实际设备类型的代码 通过前后端架构可以有效扩展和管理设备 `front` 是前台程序 `backend` 是后台架构代码 `show_a` `show_b` `show_c` 表示3个不同的设备,应用通过调用前端 `Show` 可以不关系底层设备类型 ## 编译过程 1. 建议使用 VSCODE 编辑器 2. `cd front_backend` & `mkdir build` 3. `cd build` & `cmake ..` 4. `make` 参考: https://mp.weixin.qq.com/s/VQlkTsTn4in7eq3V7XF4ew