Protobuf API¶
The CANlink® mobile 10000 provides a Protocol Buffers based WebSocket API for communication with external applications and services.
Open Source Python Client¶
To simplify integration with the Protobuf API, the open source Python package clmprotoclient can be used.
The client simplifies interaction with the CANlink® mobile 10000 Protocol Buffers based WebSocket API by:
- Providing convenience methods for creating Protocol Buffer messages
- Handling WebSocket communication for sending and receiving messages
For contribution, further information, installation instructions, and source code, refer to:
Protobuf Wrapper¶
clmprotoclient depends on clmprotowrapper.
The wrapper package is automatically installed when installing clmprotoclient.