# spdkctrl **Repository Path**: fork-spdk/spdkctrl ## Basic Information - **Project Name**: spdkctrl - **Description**: 来源 :https://github.com/dong-liuliu/spdkctrl.git - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spdkctrl spdkctrl is a golang package to operate SPDK application through JsonRPC. # Usage Users may find usage examples from the test cases ## app app_test.go shows how to use spdkctrl to start and terminate SPDK application ## client client_test.go shows client how to use spdkctrl to connect to a running SPDK application ## rpc rpc_test.go shows how to send RPC commands through connected client to SPDK application. * Note: more RPC methods are required to add.