awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to criticalstack/libevhtp

Open-source alternatives to Libevhtp

30 open-source projects similar to criticalstack/libevhtp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libevhtp alternative.

  • adafruit/radioheadadafruit avatar

    adafruit/RadioHead

    204View on GitHub↗

    A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/

    C++
    View on GitHub↗204
  • adamdunkels/uipadamdunkels avatar

    adamdunkels/uip

    1,072View on GitHub↗

    uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels . More information can be obtained at the uIP homepage at http://www.sics.se/~adam/uip/.

    C
    View on GitHub↗1,072
  • armmbed/atparserARMmbed avatar

    ARMmbed/ATParser

    39View on GitHub↗

    An mbed-os compatible AT command parser.

    C++
    View on GitHub↗39
  • azonenberg/staticnetazonenberg avatar

    azonenberg/staticnet

    41View on GitHub↗

    TCP/IP stack with all-static allocations designed for bare metal (no operating system) embedded applications with minimal footprint.

    C++
    View on GitHub↗41
  • bsail/xmodemB

    bsail/xmodem

    0View on GitHub↗
    View on GitHub↗0
  • cesanta/mongoosecesanta avatar

    cesanta/mongoose

    12,876View on GitHub↗

    Mongoose is an embedded networking library providing TCP/IP stacks, web server hosting, and IoT device connectivity. It enables microcontrollers and desktop systems to implement network protocols including HTTP, WebSocket, and MQTT. The project provides a bare-metal TCP/IP stack for environments without a native operating system and includes built-in TLS and ECC encryption to secure network traffic. It features a binary-embedded file system to serve web content directly from the executable and supports over-the-air firmware updates for managing device fleets. Additional capabilities cover as

    C
    View on GitHub↗12,876

AI search

Explore more awesome repositories

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

Find more with AI search
  • debevv/nanomodbusdebevv avatar

    debevv/nanoMODBUS

    869View on GitHub↗

    If you found this library useful, buy me a coffee on

    C
    View on GitHub↗869
  • dirbaio/rcobsDirbaio avatar

    Dirbaio/rcobs

    16View on GitHub↗

    Reverse-COBS encoding (rCOBS) is a variant of COBS encoding designed to allow encoding with zero lookahead.

    Rust
    View on GitHub↗16
  • eclipse/paho.mqtt.embedded-ceclipse avatar

    eclipse/paho.mqtt.embedded-c

    1,527View on GitHub↗

    This repository contains the source code for the Eclipse Paho MQTT C/C++ client library for Embedded platorms.

    C
    View on GitHub↗1,527
  • esynr3z/atatesynr3z avatar

    esynr3z/atat

    8View on GitHub↗

    It's a C library called "ATAT" (yes, almost like that huge armored walker from the Star Wars =)) which implements AT-like commands processing. This lib doesn't provide a list of ready commands but gives you a tool to create this list easily yourself, special for your project and needs. ATAT can…

    C
    View on GitHub↗8
  • fetisov/httpiofetisov avatar

    fetisov/httpio

    6View on GitHub↗

    Cross Platform parser and response generator for the HTTP protocol.

    C
    View on GitHub↗6
  • fetisov/lrndisfetisov avatar

    fetisov/lrndis

    365View on GitHub↗

    stm32 ethernet over usb (rndis lwip)

    C
    View on GitHub↗365
  • gzhouct/gzatgzhouct avatar

    gzhouct/gzat

    1View on GitHub↗

    Portable AT command parsing library in C++ language.

    C++
    View on GitHub↗1
  • hallard/radioheadhallard avatar

    hallard/RadioHead

    146View on GitHub↗

    RadioHead Packet Radio library for embedded microprocessors

    C++
    View on GitHub↗146
  • kosma/minmeakosma avatar

    kosma/minmea

    949View on GitHub↗

    CI](https://github.com/kosma/minmea/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/kosma/minmea/actions/workflows/c-cpp.yml)

    C
    View on GitHub↗949
  • leaberg69/aem-modbus-simulatorleaberg69 avatar

    leaberg69/aem-modbus-simulator

    2View on GitHub↗

    Open-source Modbus RTU/TCP slave simulator for the LRI AEM-60DC8 industrial DC monitor — 147 holding registers, 8 DC channels, 6 baudrates. SCADA/PLC integration testing without hardware.

    Python
    View on GitHub↗2
  • livekit/client-sdk-esp32livekit avatar

    livekit/client-sdk-esp32

    133View on GitHub↗

    LiveKit Client SDK for ESP32 series chips. Easily enable real-time audio, video, and data for embedded projects.

    C
    View on GitHub↗133
  • majerle/lwespMaJerle avatar

    MaJerle/lwesp

    558View on GitHub↗

    LwESP is lightweight ESP AT commands parser library to communicate with ESP8266 or ESP32 Wi-Fi module using AT commands. Module is written in C99 and is independent from used platform. Its main targets are embedded system devices like ARM Cortex-M, AVR, PIC and others, but can easily work under…

    C
    View on GitHub↗558
  • majerle/lwgpsMaJerle avatar

    MaJerle/lwgps

    505View on GitHub↗

    Platform independent all-constellation GNSS NMEA parser for embedded systems.

    C
    View on GitHub↗505
  • majerle/lwgsmMaJerle avatar

    MaJerle/lwgsm

    479View on GitHub↗

    LwGSM is lightweight, platform independent, AT commands parser, targeting for communicion with SIMCOM based modules SIM800/SIM900 or SIM70xx. Module is written in C99 and is independent from used platform. Its main targets are embedded system devices like ARM Cortex-M, AVR, PIC and others, but…

    C
    View on GitHub↗479
  • majerle/lwowMaJerle avatar

    MaJerle/lwow

    277View on GitHub↗

    LwOW is lightweight, platform independent library for Onewire protocol for embedded systems. Its primary focus is to allow UART peripheral (hardware) for physical communication for sensors and other slaves. Alternatively, the separation of the LwOW and low-level system-related part allows direct…

    C
    View on GitHub↗277
  • majerle/lwpktMaJerle avatar

    MaJerle/lwpkt

    372View on GitHub↗

    Read first: Documentation

    C
    View on GitHub↗372
  • majerle/regexpMaJerle avatar

    MaJerle/RegExp

    46View on GitHub↗

    Regular expressions library for embedded systems

    C
    View on GitHub↗46
  • malachi-iot/atcommandermalachi-iot avatar

    malachi-iot/atcommander

    9View on GitHub↗

    Portable C++ library for sending AT commands and parsing their responses

    C++
    View on GitHub↗9
  • marcinbor85/catmarcinbor85 avatar

    marcinbor85/cAT

    492View on GitHub↗

    Plain C library for parsing AT commands for use in host devices.

    C
    View on GitHub↗492
  • menudoproblema/libemqttmenudoproblema avatar

    menudoproblema/libemqtt

    225View on GitHub↗

    Embedded C client library for the MQTT protocol

    C
    View on GitHub↗225
  • mightypork/tinyframeMightyPork avatar

    MightyPork/TinyFrame

    426View on GitHub↗

    TinyFrame is a simple library for building and parsing data frames to be sent over a serial interface (e.g. UART, telnet, socket). The code is written to build with --std=gnu99 and mostly compatible with --std=gnu89.

    C
    View on GitHub↗426
  • min-protocol/minmin-protocol avatar

    min-protocol/min

    279View on GitHub↗

    This MIN repository includes the specification, a standard C API and reference implementations for C and Python. See the Wiki for further details:

    Python
    View on GitHub↗279
  • nanopb/nanopbnanopb avatar

    nanopb/nanopb

    5,437View on GitHub↗

    Nanopb is a lightweight C implementation of Protocol Buffers designed for resource-constrained systems and microcontrollers. It functions as both an embedded serialization library for encoding and decoding structured data and a code generator that transforms definition files into compact C source and header files. The project is distinguished by its focus on static memory allocation, using fixed maximum sizes for strings and arrays to avoid dynamic memory allocation and heap fragmentation. It employs a callback-based streaming mechanism to process messages or fields that exceed available phys

    C
    View on GitHub↗5,437
  • nmattisson/httpclientnmattisson avatar

    nmattisson/HttpClient

    122View on GitHub↗

    This is a work in progress Http Client Library for the Spark Core. It is not ready for use other than for people who have very basic needs, or are willing to help with the development. Because of this, it is currently very verbose and makes heavy use of the serial connection so you can see…

    C++
    View on GitHub↗122