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.
cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef
zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.
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
Protocol Buffers implementation in C
Simple .INI file parser in C, good for embedded systems
The main features of benhoyt/inih are: Configuration Parsers, Data Formats and Parsing, Developer Tools and Utilities, Development Libraries, Embedded Software Libraries, Embedded Utility Libraries, Windows Environments.
Projects with overlapping indexed features include: hardysimpson/zlog — zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library. zserge/jsmn — jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing… armink/easylogger — EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… protobuf-c/protobuf-c — Protocol Buffers implementation in C. activesys/libcstl — This directory contains the sources of the libcstl Library. See the file "VERSION" for what release version you have.…