Skip to content

COBS, SLIP, CmdResponse protocol docs #1206

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

Merged
merged 4 commits into from
Apr 29, 2024
Merged

COBS, SLIP, CmdResponse protocol docs #1206

merged 4 commits into from
Apr 29, 2024

Conversation

jmthomas
Copy link
Member

@jmthomas jmthomas commented Apr 16, 2024

The CmdResponse protocol needs a lot more documentation but it probably involves more Accessor documentation. We can wait on that if you want as we already have #1162.

@jmthomas jmthomas requested a review from ryanmelt April 16, 2024 23:41
@@ -21,10 +21,39 @@ UDP is an inherently packet based connection. If you read from a UDP socket, you

## Packet Delineation Protocols

COSMOS provides the following packet delineation protocols: Burst, Fixed, Length, Template, Terminated and Preidentified. Each of these protocols has the primary purpose of separating out packets from a byte stream.
COSMOS provides the following packet delineation protocols: COBS, SLIP, CmdResponse, Burst, Fixed, Length, Template (deprecated), Terminated and Preidentified. Each of these protocols has the primary purpose of separating out packets from a byte stream.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CmdResponse isn't a packet delineation protocol.

@jmthomas jmthomas merged commit 1e38323 into main Apr 29, 2024
14 checks passed
@jmthomas jmthomas deleted the protocol_docs branch April 29, 2024 16:46
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants