This package allows sending/receiving messages in a gRPC event stream.
This gRPC ROBOT library is intended to supported 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 |
The package also offers some keywords for convenience to work with Robot Framework.
List of keywords:
The list of keywords may be extended by request.
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.Collections Import Library grpc_robot.DmiTools