awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
binarymaker avatar

binarymaker/embedded-diagnostic-logger

0
View on GitHub↗
10 stars·0 forks·C·7 views

Embedded Diagnostic Logger

lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.

Features

  • Formatting and Logging - Lightweight logger framework with token-based string transfer.

Star history

Star history chart for binarymaker/embedded-diagnostic-loggerStar history chart for binarymaker/embedded-diagnostic-logger

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Embedded Diagnostic Logger

Similar open-source projects, ranked by how many features they share with Embedded Diagnostic Logger.
  • wemobiledev/articleWeMobileDev avatar

    WeMobileDev/article

    4,395View on GitHub↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    View on GitHub↗4,395
  • cjlano/tinyprintfcjlano avatar

    cjlano/tinyprintf

    254View on GitHub↗

    A tiny printf and sprintf library for small embedded systems

    C
    View on GitHub↗254
  • eyalroz/printfeyalroz avatar

    eyalroz/printf

    624View on GitHub↗

    Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.

    C
    View on GitHub↗624
  • charlesnicholson/nanoprintfcharlesnicholson avatar

    charlesnicholson/nanoprintf

    829View on GitHub↗

    nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled, aim for C11 standard compliance. The primary exceptions are scientific notation (%e, %g), and locale conversions that require wcrtomb to exist. C23 binary integer output is…

    C++
    View on GitHub↗829
See all 19 alternatives to Embedded Diagnostic Logger→

Frequently asked questions

What does binarymaker/embedded-diagnostic-logger do?

lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.

What are the main features of binarymaker/embedded-diagnostic-logger?

The main features of binarymaker/embedded-diagnostic-logger are: Formatting and Logging.

What are some open-source alternatives to binarymaker/embedded-diagnostic-logger?

Open-source alternatives to binarymaker/embedded-diagnostic-logger include: wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… cjlano/tinyprintf — A tiny printf and sprintf library for small embedded systems. eyalroz/printf — Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… charlesnicholson/nanoprintf — nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled,…