![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.