# darknet_rpc **Repository Path**: sukibean/darknet_rpc ## Basic Information - **Project Name**: darknet_rpc - **Description**: grpc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-01 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tested on Ubuntu 16.04 LTS ## How to build * Install Protocol Buffers. [Here's instruction](https://github.com/google/protobuf/blob/master/src/README.md) * And build it ```bash mkdir build cd build cmake .. make ```