awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nmattisson/httpclient

Open-source alternatives to HttpClient

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

  • adafruit/radioheadAvatar von adafruit

    adafruit/RadioHead

    204Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗204
  • adamdunkels/uipAvatar von adamdunkels

    adamdunkels/uip

    1,072Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,072
  • armmbed/atparserAvatar von ARMmbed

    ARMmbed/ATParser

    39Auf GitHub ansehen↗

    An mbed-os compatible AT command parser.

    C++
    Auf GitHub ansehen↗39
  • azonenberg/staticnetAvatar von azonenberg

    azonenberg/staticnet

    41Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗41
  • bsail/xmodemB

    bsail/xmodem

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cesanta/mongooseAvatar von cesanta

    cesanta/mongoose

    12,876Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,876

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • criticalstack/libevhtpAvatar von criticalstack

    criticalstack/libevhtp

    458Auf GitHub ansehen↗

    Create extremely-fast and secure embedded HTTP servers with ease.

    C
    Auf GitHub ansehen↗458
  • debevv/nanomodbusAvatar von debevv

    debevv/nanoMODBUS

    869Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗869
  • dirbaio/rcobsAvatar von Dirbaio

    Dirbaio/rcobs

    16Auf GitHub ansehen↗

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

    Rust
    Auf GitHub ansehen↗16
  • eclipse/paho.mqtt.embedded-cAvatar von eclipse

    eclipse/paho.mqtt.embedded-c

    1,527Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗1,527
  • esynr3z/atatAvatar von esynr3z

    esynr3z/atat

    8Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8
  • fetisov/httpioAvatar von fetisov

    fetisov/httpio

    6Auf GitHub ansehen↗

    Cross Platform parser and response generator for the HTTP protocol.

    C
    Auf GitHub ansehen↗6
  • fetisov/lrndisAvatar von fetisov

    fetisov/lrndis

    365Auf GitHub ansehen↗

    stm32 ethernet over usb (rndis lwip)

    C
    Auf GitHub ansehen↗365
  • gzhouct/gzatAvatar von gzhouct

    gzhouct/gzat

    1Auf GitHub ansehen↗

    Portable AT command parsing library in C++ language.

    C++
    Auf GitHub ansehen↗1
  • hallard/radioheadAvatar von hallard

    hallard/RadioHead

    146Auf GitHub ansehen↗

    RadioHead Packet Radio library for embedded microprocessors

    C++
    Auf GitHub ansehen↗146
  • kosma/minmeaAvatar von kosma

    kosma/minmea

    949Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗949
  • leaberg69/aem-modbus-simulatorAvatar von leaberg69

    leaberg69/aem-modbus-simulator

    2Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2
  • livekit/client-sdk-esp32Avatar von livekit

    livekit/client-sdk-esp32

    133Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗133
  • majerle/lwespAvatar von MaJerle

    MaJerle/lwesp

    558Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗558
  • majerle/lwgpsAvatar von MaJerle

    MaJerle/lwgps

    505Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗505
  • majerle/lwgsmAvatar von MaJerle

    MaJerle/lwgsm

    479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗479
  • majerle/lwowAvatar von MaJerle

    MaJerle/lwow

    277Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗277
  • majerle/lwpktAvatar von MaJerle

    MaJerle/lwpkt

    372Auf GitHub ansehen↗

    Read first: Documentation

    C
    Auf GitHub ansehen↗372
  • majerle/regexpAvatar von MaJerle

    MaJerle/RegExp

    46Auf GitHub ansehen↗

    Regular expressions library for embedded systems

    C
    Auf GitHub ansehen↗46
  • malachi-iot/atcommanderAvatar von malachi-iot

    malachi-iot/atcommander

    9Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗9
  • marcinbor85/catAvatar von marcinbor85

    marcinbor85/cAT

    492Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗492
  • menudoproblema/libemqttAvatar von menudoproblema

    menudoproblema/libemqtt

    225Auf GitHub ansehen↗

    Embedded C client library for the MQTT protocol

    C
    Auf GitHub ansehen↗225
  • mightypork/tinyframeAvatar von MightyPork

    MightyPork/TinyFrame

    426Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗426
  • min-protocol/minAvatar von min-protocol

    min-protocol/min

    279Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗279
  • nanopb/nanopbAvatar von nanopb

    nanopb/nanopb

    5,437Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,437