Skip to content

cactuaroid/protoc-gen-opcua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

protoc-gen-opcua is the protoc plugin for generating OPC UA design xml for UA-ModelCompiler from gRPC .proto.

  • stream is ignored.
  • oneof is ignored and all fields simply being listed.
  • All nested messages/enums will be flattened. Unique naming required.
Input
Command Line

protoc.exe --plugin=protoc-gen-opcua.exe --opcua_out=./ --proto_path=%userprofile%\.nuget\packages\google.protobuf.tools\3.21.1\tools --proto_path=./ my_service.proto

Output

my_service.proto.xml

About

protoc plugin for generating OPC UA design xml from gRPC .proto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages