This repository contains the .proto
files used by the Astarte message hub as well as by any
client that wishes to connect itself to the message hub.
This project contains a Makefile that allows you to generate code for all supported languages. Currently, the following languages are supported:
- Rust
- Python.
Build everything and generate the code for the various languages.
make
Install all language code files generated by the all
rule in the repo folder.
make install
Build and generate code for specific language.
make rust
Install language-code files generated by the <lang>
rule in the repo folder.
make rust-install
Run help
for more details on the rules defined in the makefile:
make help