-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zmq parsing #262
Comments
The zmq producer publishes multipart messages. Here is example handling code in Typescript. This example assumes JSON messages, not protobuf, but it demonstrates the multipart handling.
|
Thanks. Doesn't zmq publish binary messages? How did you get zmq from telemetry to publish json? |
As per the README, set |
I am using this code to parse the message form tesla-telemetry (zmq is configured).
The code receives the message from fleet-telemetry but parsing errors out:
Error parsing message with type 'telemetry.vehicle_connectivity.VehicleConnectivity'
I have compiled the protobuf (
vehicle_connectivity_pb2
)What am I doing wrong?
The text was updated successfully, but these errors were encountered: