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?