An open API service indexing awesome lists of open source software.

https://github.com/emcfarlane/protosim

Simulink protobuf modulue
https://github.com/emcfarlane/protosim

Last synced: 8 months ago
JSON representation

Simulink protobuf modulue

Awesome Lists containing this project

README

          

# protosim
Simulink protobuf modulue

## Protobufs
Compile message structure
'''
protoc -I=protobuf --cpp_out=protobuf protobuf/message.proto
'''