# vulcanus **Repository Path**: go-vulcanus/vulcanus ## Basic Information - **Project Name**: vulcanus - **Description**: 物联网设备网关父工程 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-14 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vulcanus 物联网设备网关父工程,定义了设备数据的基本处理流程,不同设备可实现接口来进行自定义数据处理 ## api 代码生成命令示例 ```shell kratos proto client .\api\devmanage\v1\devmanage.proto ``` ## 配置文件生成命令示例 ```shell protoc --go_out=. conf.proto ```