How to Test Protocols in COSMOS 4 with Logged Data #1535
Answered
by
ghost
JacobJBeck
asked this question in
Q&A
-
Hello, I'm trying to use COSMOS 4.5.2 to talk to a serial device. I have some custom protocols that I'd like to test offline with recorded data. I see that raw telemetry data is available when I use Replay, but it doesn't seem to be passing through my protocol. Using the console, I can see that my protocol's How can I configure Replay to send raw data to my protocol? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Apr 13, 2022
Replies: 1 comment 1 reply
-
Replay plays back data from COSMOS packet log files. The data does not pass through interfaces, hence no protocols. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JacobJBeck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replay plays back data from COSMOS packet log files. The data does not pass through interfaces, hence no protocols.