Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Jun 12, 2023
1 parent ba2f293 commit 8690668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SimplePacketComs
A simple packet coms library. This is the definition page and C++ implementation of SimplePacketComs.

A small update: This library is not dead or stagnent, just stable. Still in active daily use.

# Theory Of Operation

SimplePacketComs is a protocol spec for transmitting data from one endpoint to another. The goal is to allow many different commands to be sent and received on a single communication channel, with an easy to extend framework. The assumptions that we made is that the physical layer will send and receive aligned, checksummed packets of data.
Expand Down

0 comments on commit 8690668

Please sign in to comment.