From 8690668964e68e81a3f084858d84ce078834a17e Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 12 Jun 2023 14:43:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 336199a..8f20e7d 100644 --- a/README.md +++ b/README.md @@ -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.