| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
OpenAuto Pro API is defined in Protocol Buffers language. Protocol Buffers has ability to generate code for various programming languages (e. g. C++, Python, JavaScript, Java and many others). Communication with OpenAuto Pro application using the API is done via TCP/IP protocol.
More details regarding protocol format can be found directly in Api.proto file. This file contains definition of all payloads in the API. We also provide examples written in Python 3 that cover all functionalities of the API.
In case of support, suggestions or any other queries, please visit our community.
Api_pb2.py is automatically generated file by protoc (part of Protocol Buffers). In order to generate it from Api.proto use following command:
protoc --python_out=api_examples/python/common/ Api.protoprotoc command can also be used to generate code of the Api for different languages (C++, JavaScript, etc.).
| Field 1 | Field 2 | Field 3 | Field 4 | |
|---|---|---|---|---|
| Description | Size of the Protocol Buffers byte stream | Message Id | Flags | Protocol Buffers byte stream |
| Size | 32-bit unsigned integer (little endian) | 32-bit unsigned integer (little endian) | 32-bit unsigned integer (little endian) | n |
| Back | FazBrowse Home | New Git URL |