You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have switched from NDTP to a protobuf-based wire format for streaming data from Synapse devices. The new protobuf format is documented here. The code for streaming data using the CLI needs to be ported to use this new format. This includes:
Receiving and parsing protobuf messages from StreamOut or Taps.
Saving the proto messages to disk.
Live plotting received proto data.
Offline plotting files using the saved protobuf messages.
We have switched from NDTP to a protobuf-based wire format for streaming data from Synapse devices. The new protobuf format is documented here. The code for streaming data using the CLI needs to be ported to use this new format. This includes: