How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Simple .INI file parser in C, good for embedded systems
An implementation of the MessagePack serialization format in C / msgpack.orgC
EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs
C library/compiler for the Cap'n Proto serialization/RPC protocol
Protocol Buffers implementation in C
The main features of protobuf-c/protobuf-c are: Serialization, Serialization Libraries, Build Systems, Embedded Software Libraries, Embedded Utility Libraries, Windows Environments.
Projects with overlapping indexed features include: camgunz/cmp — An implementation of the MessagePack serialization format in C / msgpack.org[C]. ludocode/mpack — MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]. armink/easylogger — EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT… benhoyt/inih — Simple .INI file parser in C, good for embedded systems. jmckaskill/c-capnproto — C library/compiler for the Cap'n Proto serialization/RPC protocol. throwtheswitch/unity — Unity is a lightweight unit testing framework for C, providing the assertion library, test runner, and reporting…