Connect to RFEM 6 using gRPC

I am facing an issue while trying to connect to RFEM 6 using gRPC. When attempting to generate Python files via gRPC, I realized that I do not have the rfem proto file, which is required by the protoc tool to generate the rfem_pb2.py and rfem_pb2_grpc.py files.

I followed the standard steps to generate Python files from the proto files, but it appears that rfem.proto is missing from the path I am working in. Therefore, I need the proto files specific to RFEM 6 in order to interact with the software via gRPC.

Could you please provide the proto files for RFEM 6 so that I can proceed with the gRPC connection?

Hello MADIYEN_SALMOUN,

Welcome to our community. We are glad to have you here.

No additional proto files are required to use the gRPC API. The installation with pip install dlubal.api should suffice.

Further information on installation can be found here:

Frank