
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
This package allows sending/receiving messages in a gRPC event stream.
This gRPC ROBOT library is intended to support different Protocol Buffer definitions. Precondition is that python files generated from Protocol Buffer files are available in a pip package which must be installed before the library is used.
Supported device | Pip package | Pip package version | Library Name |
---|---|---|---|
dmi | device-management-interface | 0.9.1 | grpc_robot.Dmi |
0.9.2 | grpc_robot.Dmi | ||
0.9.3 | grpc_robot.Dmi | ||
0.9.4 | grpc_robot.Dmi | ||
0.9.5 | grpc_robot.Dmi | ||
0.9.6 | grpc_robot.Dmi | ||
0.9.8 | grpc_robot.Dmi | ||
0.9.9 | grpc_robot.Dmi | ||
0.10.1 | grpc_robot.Dmi | ||
0.10.2 | grpc_robot.Dmi | ||
0.12.0 | grpc_robot.Dmi | ||
1.0.0 | grpc_robot.Dmi | ||
1.2.1 | grpc_robot.Dmi | ||
1.4.0 | grpc_robot.Dmi | ||
1.13.0 | grpc_robot.Dmi | ||
1.13.1 | grpc_robot.Dmi | ||
1.16.0 | grpc_robot.Dmi | ||
voltha | voltha-protos | 4.0.13 | grpc_robot.Voltha |
4.2.0 | grpc_robot.Voltha |
The package also offers some keywords for convenience to work with Robot Framework.
List of keywords:
The list of keywords may can be extended by request if required.
pip install robot-grpc
The library has a named parameter version to indicate the ProtoBuf file set to be used.
Import Library grpc_robot.Dmi
Import Library grpc_robot.Voltha
Import Library grpc_robot.Collections
Import Library grpc_robot.DmiTools
Import Library grpc_robot.VolthaTools
The json file is the conversion of the ProtoBuf files content into json format which is used by the library.
Clone or update the repository https://github.com/opencord/device-management-interface.git. Make sure the VERSION file shows the desired DMI version. If not checkout the version of interest.
In the command line interface run the command:
e.g. grpc_robot.protop -i ~/repositories/device-management-interface/protos/dmi -o /robot-grpc/grpc_robot/services/ dmi 1.4.0
NOTE: If an error "parsy.ParseError: expected one of ..." occurs: most-likely it is a block-comment (/* ... */) in the *.proto file. Simply remove that block-comment and retry.
FAQs
Package for sending/recieving messages to/from a gRPC server.
We found that grpc-robot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.