This project aims to provide means of encoding and decoding text based communication protocols. These are some notable examples: - ARPS - Meshcore - Meshtastic - Morse Code This project will be written in C++20, but will have a C API available.
13 lines
322 B
Markdown
13 lines
322 B
Markdown
# codetxt: A Generalized Text Communications Protocol Codec Stack
|
|
|
|
This project aims to provide means of encoding and decoding
|
|
text based communication protocols.
|
|
|
|
These are some notable examples:
|
|
- ARPS
|
|
- Meshcore
|
|
- Meshtastic
|
|
- Morse Code
|
|
|
|
This project will be written in C++20, but will have a C API available.
|