Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab.com/rcbenchmark/rcbenchmark-proto_files

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/rcbenchmark/rcbenchmark-proto_files

  • v0.0.0-20201030200425-41f325dd35ad
  • Source
  • Go
  • Socket score

Version published
Created
Source

Repository that contains all the proto files used in the Gen.2 software.

To clone

git clone --recurse-submodules https://gitlab.com/rcbenchmark/rcbenchmark-proto_files

A docker image and a script are also provided to generate files from them. To update them run the command inside this repo:

docker run -v $(pwd):/mnt befuhro/rcb-proto-gen

or this one for windows 10 (repo must be cloned using WSL and not gitbash)

docker run -v ${pwd}:/mnt befuhro/rcb-proto-gen

To rebuild the Dockerfile

docker build -t rcb-proto-gen .

When files are generated, copy-paste the files that have changed to the clients (GUI and python interpreter).

The files inside javascript/communicator should go to src/grpc_client/communicator on the GUI, same for the core_manager.

All the files from python/communicator and python/core_manager should go to rcbenchmark/grpc on the python API.

And after update the go modules with the following command (the part after the @ must be the last commit id) inside the folder app on the core repository.

go get gitlab.com/rcbenchmark/rcbenchmark-proto_files@92270577

FAQs

Package last updated on 30 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc