|
ProtoComm
A modern C++ library for robust, multi-message, multi-channel communication. Manages frame parsing, validation, and sync/async I/O.
|
Contributions are welcome and greatly appreciated! This is an open-source project, and I value all community feedback, bug reports, and new features.
There are many ways to contribute:
CommStreamES API or a new IFrameHandler? Feel free to suggest it.README or in-code Doxygen comments are always welcome.ICommProtocol interface is designed for extension! Feel free to add implementations using your prefered backend.Please use the GitHub Issues tracker to report all bugs and feature requests.
SIGILL, linker errors, or gtest failures).This project follows the standard GitHub "Fork & Pull Request" workflow.
feature/crc-handler or fix/some-bug).main branch.Please try to match the existing code style to keep the project clean and maintainable:
m_ for private member variables.s_ for static variables.k_ for static constexpr variables.